Not yet documented. More...
#include <ByteClass.h>
Public Member Functions | |
ByteClass (Database *db=NULL) | |
Not yet documented. | |
ByteClass (const ByteClass &cl) | |
Not yet documented. | |
ByteClass & | operator= (const ByteClass &cl) |
Not yet documented. | |
virtual Object * | clone () const |
Not yet documented. | |
Object * | newObj (Database *db=NULL) const |
Not yet documented. | |
Object * | newObj (Data data, Bool copy=True) const |
Not yet documented. | |
Status | traceData (FILE *fd, int indent, Data inidata, Data data, TypeModifier *tmod=NULL) const |
Not yet documented. | |
virtual ByteClass * | asByteClass () |
Not yet documented. | |
virtual const ByteClass * | asByteClass () const |
Not yet documented. |
Not yet documented.
Definition at line 38 of file ByteClass.h.
eyedb::ByteClass::ByteClass | ( | Database * | db = NULL |
) |
eyedb::ByteClass::ByteClass | ( | const ByteClass & | cl | ) |
virtual const ByteClass* eyedb::ByteClass::asByteClass | ( | ) | const [inline, virtual] |
Not yet documented.
Reimplemented from eyedb::Object.
Definition at line 105 of file ByteClass.h.
virtual ByteClass* eyedb::ByteClass::asByteClass | ( | ) | [inline, virtual] |
Not yet documented.
Reimplemented from eyedb::Object.
Definition at line 99 of file ByteClass.h.
virtual Object* eyedb::ByteClass::clone | ( | ) | const [inline, virtual] |
Not yet documented.
Reimplemented from eyedb::Class.
Definition at line 66 of file ByteClass.h.
Object * eyedb::ByteClass::newObj | ( | Data | data, | |
Bool | copy = True | |||
) | const [virtual] |
Status eyedb::ByteClass::traceData | ( | FILE * | fd, | |
int | indent, | |||
Data | inidata, | |||
Data | data, | |||
TypeModifier * | tmod = NULL | |||
) | const [virtual] |