Public Member Functions | |
void | proc (int argc, CONST84 char **argv) |
void | proc (int argc, Tcl_Obj *const argv[]) |
tclpp_cd (const char *nm, int na, void(*p)(int, CONST84 char **)) | |
![]() | |
cmd_data (const char *nm, int na=-1) | |
Additional Inherited Members | |
![]() | |
enum | functor_class { invalid, memvoid, mem, func, nonconst } |
![]() | |
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) | |