#include <OffscreenGecko/string.h>
Public Member Functions | |
String & | operator= (const String &other) |
String (WrappedType *obj) | |
String (const char *str) | |
Create a new OSGK string from a given UTF-8 C string. | |
const char * | Get () |
Get the string data. | |
operator const char * () |
Used to return strings from OffscreenGecko.
OSGK::String::String | ( | const char * | str | ) | [inline] |
OSGK::String::String | ( | WrappedType * | obj | ) | [inline, explicit] |
const char* OSGK::String::Get | ( | ) | [inline] |
Get the string data.
OSGK::String::operator const char * | ( | ) | [inline] |