|
C++ TargetRTS
|
A C-style string wrapped in a data object. More...
#include <RTString.h>
Public Member Functions | |
| RTString (const char *=nullptr) | |
| RTString (const RTString &) | |
| RTString & | operator= (const char *) |
| RTString & | operator= (const RTString &) |
| RTString (RTString &&) | |
| RTString & | operator= (RTString &&) |
| virtual int | operator== (const RTDataObject &) const override |
| int | operator== (const char *) const |
| int | operator== (const RTString &) const |
| int | operator!= (const RTDataObject &) const |
| int | operator!= (const char *) const |
| int | operator!= (const RTString &) const |
| operator char * (void) | |
| operator const char * (void) const | |
| operator void * (void) | |
| char & | operator[] (int) |
| const char & | operator[] (int) const |
| virtual const RTObject_class * | getClassData (void) const override |
Public Member Functions inherited from RTDataObject | |
| RTDataObject (const RTDataObject &) | |
| virtual int | operator== (const RTDataObject &) const |
| int | operator!= (const RTDataObject &) const |
| virtual RTDataObject * | copy (void) const |
| char * | printString (void) const |
| int | printString (char *buf, int size) const |
| virtual int | put (RTEncoding &) const |
| virtual int | ObjectForm (RTDecoding &) |
| virtual const RTObject_class * | getClassData (void) const |
| virtual const char * | getTypeName (void) const |
| RTVersionId | getVersion (void) const |
| int | isType (const char *) const |
| int | isSameType (const RTObject_class *) const |
Public Attributes | |
| char * | Contents |
Static Public Attributes | |
| static const RTObject_class | classData |
Static Public Attributes inherited from RTDataObject | |
| static const RTObject_class | classData |
Additional Inherited Members | |
Static Public Member Functions inherited from RTDataObject | |
| static void | initialize (void) |
A C-style string wrapped in a data object.
|
overridevirtual |
Reimplemented from RTDataObject.
|
overridevirtual |
Reimplemented from RTDataObject.