|
inlib
1.2.0
|


Public Member Functions | |
| virtual void * | cast (cid a_class) const |
| virtual std::string | s_def () const =0 |
| virtual std::string | s_value () const =0 |
| leaf () | |
| virtual | ~leaf () |
| leaf (const leaf &a_from) | |
| leaf & | operator= (const leaf &) |
Static Public Member Functions | |
| static cid | id_class () |
| virtual inlib::waxml::ntuple::leaf::~leaf | ( | ) | [inline, virtual] |
| inlib::waxml::ntuple::leaf::leaf | ( | const leaf & | a_from | ) | [inline] |
| virtual void* inlib::waxml::ntuple::leaf::cast | ( | cid | a_class | ) | const [inline, virtual] |
Implements inlib::waxml::ntuple::iobj.
Reimplemented in inlib::waxml::ntuple::column< T >.
Definition at line 43 of file ntuple.
{
if(void* p = cmp_cast<leaf>(this,a_class)) {return p;}
else return 0;
}
| static cid inlib::waxml::ntuple::leaf::id_class | ( | ) | [inline, static] |
Reimplemented in inlib::waxml::ntuple::column< T >.
Definition at line 41 of file ntuple.
{return 100;}
| virtual std::string inlib::waxml::ntuple::leaf::s_def | ( | ) | const [pure virtual] |
Implemented in inlib::waxml::ntuple::column< T >.
| virtual std::string inlib::waxml::ntuple::leaf::s_value | ( | ) | const [pure virtual] |
Implemented in inlib::waxml::ntuple::column< T >.
1.7.5.1