OSRTString.h File Reference

C++ string class definition. More...

#include "rtxsrc/rtxCommon.h"
#include "rtxsrc/rtxPrint.h"
#include "rtxsrc/OSRTStringIF.h"

Go to the source code of this file.


Classes

class  OSRTString
 C++ string class definition. More...

Detailed Description

C++ string class definition.

This can be used to hold standard ASCII or UTF-8 strings. The standard C++ 'new' and 'delete' operators are used to allocate/free memory for the strings. All strings are deep-copied.

Definition in file OSRTString.h.