
Public Member Functions | |
| ArgType (eyedb::Database *=0, const eyedb::Dataspace *=0) | |
| ArgType (const ArgType &x) | |
| virtual eyedb::Object * | clone () const |
| Not yet documented. | |
| ArgType & | operator= (const ArgType &x) |
| virtual ArgType * | asArgType () |
| virtual const ArgType * | asArgType () const |
| eyedb::Status | setType (ArgType_Type, eyedb::Bool _check_value=eyedb::True) |
| ArgType_Type | getType (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| eyedb::Status | setClname (const std::string &) |
| eyedb::Status | setClname (unsigned int a0, char) |
| std::string | getClname (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| char | getClname (unsigned int a0, eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| virtual | ~ArgType () |
| Bool | operator== (const ArgType &) const |
| Bool | operator!= (const ArgType &) const |
| void | declare (FILE *, Schema *, const char *name) |
| void | init (FILE *, Schema *, const char *prefix, const char *name, const char *indent) |
| void | ret (FILE *, Schema *, const char *prefix, const char *name) |
| const char * | getCType (Schema *) const |
| void | getCPrefix (FILE *fd, Schema *, const char *prefix, const char *name, Bool fullcast) const |
| ArgType (const eyedb::Struct *, eyedb::Bool=eyedb::False) | |
| ArgType (const ArgType *, eyedb::Bool=eyedb::False) | |
| ArgType (const eyedb::Class *, eyedb::Data) | |
Static Public Member Functions | |
| static ArgType * | make (Schema *m, const char *s) |
| static int | getBasicType (const char *s) |
Protected Member Functions | |
| ArgType (eyedb::Database *_db, const eyedb::Dataspace *_dataspace, int) | |
| ArgType (const eyedb::Struct *x, eyedb::Bool share, int) | |
| ArgType (const ArgType *x, eyedb::Bool share, int) | |
Definition at line 841 of file syscls.h.
| virtual eyedb::Object* eyedb::ArgType::clone | ( | ) | const [inline, virtual] |
1.5.3