|
| LocalStringExt (const std::string &key, Module *owner) |
|
std::string | serialize (SerializeFormat format, const Extensible *container, void *item) const |
|
| SimpleExtItem (const std::string &Key, Module *parent) |
|
std::string * | get (const Extensible *container) const |
|
void | set (Extensible *container, const std::string &value) |
|
void | set (Extensible *container, std::string *value) |
|
void | unset (Extensible *container) |
|
virtual void | free (void *item) |
|
| LocalExtItem (const std::string &key, Module *owner) |
|
virtual void | unserialize (SerializeFormat format, Extensible *container, const std::string &value) |
|
| ExtensionItem (const std::string &key, Module *owner) |
|
| ServiceProvider (Module *Creator, const std::string &Name, ServiceType Type) |
|
virtual CullResult | cull () |
|
unsigned int | GetUseCount () const |
|
void | refcount_inc () const |
|
bool | refcount_dec () const |
|
◆ serialize()
std::string LocalStringExt::serialize |
( |
SerializeFormat |
format, |
|
|
const Extensible * |
container, |
|
|
void * |
item |
|
) |
| const |
|
virtual |
Serialize this item into a string
- Parameters
-
format | The format to serialize to |
container | The object containing this item |
item | The item itself |
Reimplemented from LocalExtItem.
The documentation for this class was generated from the following files: