include/OffscreenGecko/string.h File Reference

String wrapper. More...

#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_Stringosgk_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.


Detailed Description

String wrapper.


Function Documentation

OSGK_String* osgk_string_create ( const char *  str  ) 

Create a new OSGK string from a given UTF-8 C string.

Parameters:
str The UTF-8 C string from which to create the OSGK string.

const char* osgk_string_get ( OSGK_String str  ) 

Get the string data.

Parameters:
str The string object.
Returns:
The C string wrapped by the string object.


Generated on Sun Nov 2 18:15:18 2008 for OffscreenGecko by  doxygen 1.5.4