const version - only getter is called More...
#include <TCL_obj_base.h>
Public Member Functions | |
TCL_accessor (F f) | |
void | proc (int argc, Tcl_Obj *const argv[]) |
void | proc (int, const char **) |
![]() | |
virtual void | proc (int argc, CONST84 char **argv)=0 |
cmd_data (const char *nm, int na=-1) | |
Public Attributes | |
const F | f |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
enum | functor_class { invalid, memvoid, mem, func, nonconst } |
const version - only getter is called