#include "baseobj.h"
Go to the source code of this file.
Namespaces | |
namespace | OSGK |
Classes | |
struct | OSGK_String |
String wrapper. More... | |
struct | OSGK::String |
String wrapper. More... | |
Functions | |
OSGK_String * | osgk_string_create (const char *str) |
Create a new OSGK string from a given UTF-8 C string. | |
const char * | osgk_string_get (OSGK_String *str) |
Get the string data. |
OSGK_String* osgk_string_create | ( | const char * | str | ) |
const char* osgk_string_get | ( | OSGK_String * | str | ) |
Get the string data.
str | The string object. |