Public interface of class 'UStringMgr'. More...
#include <UStringMgr.h>
Related Functions | |
(Note that these are not member functions.) | |
UStringMgr_ptr | UStringMgr_create (void) |
The UStringMgr class constructor. | |
void | UStringMgr_destroy (UStringMgr_ptr self) |
The UStringMgr class destructor. | |
string_ptr | UStringMgr_find_string (UStringMgr_ptr self, const char *string) |
Returns the unique representation of the given string. |
Public interface of class 'UStringMgr'.
Definition of the public accessor for class UStringMgr
UStringMgr_ptr UStringMgr_create | ( | void | ) | [related] |
The UStringMgr class constructor.
AutomaticStart
The UStringMgr class constructor
void UStringMgr_destroy | ( | UStringMgr_ptr | self | ) | [related] |
string_ptr UStringMgr_find_string | ( | UStringMgr_ptr | self, | |
const char * | string | |||
) | [related] |
Returns the unique representation of the given string.
Returns the unique representation of the given string