#include <TypeManager.h>
|
| | TypeManager (commore::Types type, bool isList, bool complex, const char *typeName, bool isWord) |
| |
| virtual | ~TypeManager () |
| |
| virtual long | write (commore::CommBuffer &b, void *)=0 |
| |
| virtual long | read (const commore::CommBuffer &b, void *)=0 |
| |
| virtual long | write_xml (commore::OBStream &o, void *)=0 |
| |
| virtual long | read_xml (commore::XmlParser &i, void *)=0 |
| |
| virtual bool | equal (void *v1, void *v2)=0 |
| |
| virtual void | assign (void *v1, void *v2)=0 |
| |
| virtual size_t | size () |
| |
| virtual void | construct (commore::Byte *, const commore::Byte *v=0) |
| |
| virtual void | destroy (void *) |
| |
| virtual int | compare (const commore::Dummy &, const commore::Dummy &) |
| |
| virtual void * | get_default () |
| |
| TypeManager::TypeManager |
( |
commore::Types |
type, |
|
|
bool |
isList, |
|
|
bool |
complex, |
|
|
const char * |
typeName, |
|
|
bool |
isWord |
|
) |
| |
| virtual TypeManager::~TypeManager |
( |
| ) |
|
|
inlinevirtual |
| virtual void TypeManager::assign |
( |
void * |
v1, |
|
|
void * |
v2 |
|
) |
| |
|
pure virtual |
| virtual int TypeManager::compare |
( |
const commore::Dummy & |
, |
|
|
const commore::Dummy & |
|
|
) |
| |
|
inlinevirtual |
| virtual void TypeManager::destroy |
( |
void * |
| ) |
|
|
inlinevirtual |
| virtual bool TypeManager::equal |
( |
void * |
v1, |
|
|
void * |
v2 |
|
) |
| |
|
pure virtual |
| virtual void* TypeManager::get_default |
( |
| ) |
|
|
inlinevirtual |
| virtual size_t TypeManager::size |
( |
| ) |
|
|
inlinevirtual |
| bool TypeManager::complex_ |
| size_t TypeManager::hash_ |
| bool TypeManager::isList_ |
| bool TypeManager::isWord_ |
The documentation for this struct was generated from the following files: