ecolab::cmd_data Class Referenceabstract
Inheritance diagram for ecolab::cmd_data:
Inheritance graph
Collaboration diagram for ecolab::cmd_data:
Collaboration graph

Public Types

enum  functor_class {
  invalid, memvoid, mem, func,
  nonconst
}
 

Public Member Functions

virtual void proc (int argc, CONST84 char **argv)=0
 
virtual void proc (int argc, Tcl_Obj *const argv[])
 
 cmd_data (const char *nm, int na=-1)
 

Public Attributes

int nargs
 
string name
 
bool is_const
 true if this command doesn't affect the object's (or global state)
 
bool is_setterGetter
 true if this command is a setter/getter (no argument=getter, 1 or more arguments a setter)
 

The documentation for this class was generated from the following file: