#include <stringwithid.h>
Public Member Functions | |
void | id (int32 val) |
int32 | id () const |
StringWithId (const StringWithID &other) | |
StringWithID (uint32 prealloc) | |
StringWithID (byte *buffer, uint32 size, uint32 allocated) | |
StringWithID () | |
StringWithID (const char *data, uint32 len) | |
StringWithID (const char *data) | |
allows on-the-fly core string creation from static data |
Useful during compilation to create objects that need to know the string ID in the module rather than the physical string.
Falcon::StringWithID::StringWithID | ( | const char * | data | ) | [inline] |
allows on-the-fly core string creation from static data
Falcon::StringWithID::StringWithID | ( | const char * | data, | |
uint32 | len | |||
) | [inline] |
Falcon::StringWithID::StringWithID | ( | ) | [inline] |
Falcon::StringWithID::StringWithID | ( | uint32 | prealloc | ) | [inline, explicit] |
void Falcon::StringWithID::id | ( | int32 | val | ) | [inline] |
int32 Falcon::StringWithID::id | ( | ) | const [inline] |
Reimplemented from Falcon::String.
Falcon::StringWithID::StringWithId | ( | const StringWithID & | other | ) | [inline] |
References m_id.