OSGK::String Struct Reference

String wrapper. More...

#include <OffscreenGecko/string.h>

Inheritance diagram for OSGK::String:

OSGK::CXXAPI::Wrap< OSGK_String >

List of all members.

Public Member Functions

Stringoperator= (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 * ()


Detailed Description

String wrapper.

Used to return strings from OffscreenGecko.


Constructor & Destructor Documentation

OSGK::String::String ( const char *  str  )  [inline]

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.

OSGK::String::String ( WrappedType obj  )  [inline, explicit]


Member Function Documentation

const char* OSGK::String::Get (  )  [inline]

Get the string data.

Returns:
The C string wrapped by the string object.

OSGK::String::operator const char * (  )  [inline]

String& OSGK::String::operator= ( const String other  )  [inline]


The documentation for this struct was generated from the following file:
Generated on Sun Nov 2 18:15:18 2008 for OffscreenGecko by  doxygen 1.5.4