OSRTFastString.h File Reference

C++ fast string class definition. More...

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

Go to the source code of this file.


Classes

class  OSRTFastString
 C++ fast string class definition. More...

Detailed Description

C++ fast string class definition.

This can be used to hold standard ASCII or UTF-8 strings. This string class implementations directly assigns any assigned pointers to internal member variables. It does no memory management.

Definition in file OSRTFastString.h.