31 #ifndef _OSRTFASTSTRING_H_ 32 #define _OSRTFASTSTRING_H_ 45 const OSUTF8CHAR* mValue;
93 return (
const char*) mValue;
116 virtual void setValue (
const char* str);
123 virtual void setValue (
const OSUTF8CHAR* str);
virtual const char * getValue() const
Definition: OSRTFastString.h:92
void rtxPrintCharStr(const char *name, const char *cstring)
virtual void print(const char *name)
Definition: OSRTFastString.h:109
Definition: OSRTFastString.h:43
virtual OSRTStringIF * clone()
Definition: OSRTFastString.h:86
virtual const OSUTF8CHAR * getUTF8Value() const
Definition: OSRTFastString.h:100