OSRTStringIF.h File Reference
C++ string class interface. More...
#include "rtxsrc/rtxCommon.h"
#include "rtxsrc/rtxPrint.h"
Go to the source code of this file.
Classes | |
class | OSRTStringIF |
C++ string class interface. More... |
Detailed Description
C++ string class interface.
This defines an interface to allow different types of string derived classes to be implemented. Currently, implementations include a standard string class (OSRTString) which deep-copies all values using new/delete, and a fast string class (OSRTFastString) that just copies pointers (i.e does no memory management).
These classes can be used to hold standard ASCII or UTF-8 strings.
Definition in file OSRTStringIF.h.