| __log_enabled(log_level_t level, const char *path) const | oasys::Logger | [inline] |
| __logf(log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
| add_to_help(const char *subcmd, const char *help_str) | oasys::TclCommand | [inline, protected] |
| append_result(const char *result) | oasys::TclCommand | [inline, protected] |
| append_resultf(const char *fmt,...) | oasys::TclCommand | [protected] |
| baselen_ | oasys::Logger | [protected] |
| bind_addr(const char *name, in_addr_t *addrp, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_addr(const char *name, in_addr_t *addrp, in_addr_t initval, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_b(const char *name, bool *val, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_b(const char *name, bool *val, bool initval, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_d(const char *name, double *val, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_d(const char *name, double *val, double initval, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_i(const char *name, int *val, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_i(const char *name, int *val, int initval, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_i(const char *name, int16_t *val, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_i(const char *name, int16_t *val, int16_t initval, const char *help=NULL) | oasys::TclCommand | [protected] |
| bind_i(const char *name, unsigned int *val, const char *help=NULL) | oasys::TclCommand | [inline, protected] |
| bind_i(const char *name, unsigned int *val, unsigned int initval, const char *help=NULL) | oasys::TclCommand | [inline, protected] |
| bind_i(const char *name, u_int16_t *val, const char *help=NULL) | oasys::TclCommand | [inline, protected] |
| bind_i(const char *name, u_int16_t *val, u_int16_t initval, const char *help=NULL) | oasys::TclCommand | [inline, protected] |
| bind_s(const char *name, std::string *str, const char *initval, const char *help) | oasys::TclCommand | [protected] |
| bind_s(const char *name, std::string *str, const char *help=NULL) | oasys::TclCommand | [inline, protected] |
| BINDING_ADDR enum value | oasys::TclCommand | [protected] |
| BINDING_BOOL enum value | oasys::TclCommand | [protected] |
| BINDING_DOUBLE enum value | oasys::TclCommand | [protected] |
| BINDING_INT enum value | oasys::TclCommand | [protected] |
| BINDING_INT16 enum value | oasys::TclCommand | [protected] |
| BINDING_INVALID enum value | oasys::TclCommand | [protected] |
| BINDING_STRING enum value | oasys::TclCommand | [protected] |
| bindings_ | oasys::TclCommand | [protected] |
| BindingTable typedef | oasys::TclCommand | [protected] |
| classname_ | oasys::Logger | [protected] |
| cmd_info(Tcl_Interp *interp) | oasys::TclCommand | [virtual] |
| cmd_set(int objc, Tcl_Obj **objv, Tcl_Interp *interp) | oasys::TclCommand | [virtual] |
| do_builtins_ | oasys::TclCommand | [protected] |
| DTNUnregisterCommand() | DTNUnregisterCommand | [inline] |
| exec(int argc, const char **argv, Tcl_Interp *interp) | DTNUnregisterCommand | [inline, virtual] |
| oasys::TclCommand::exec(int objc, Tcl_Obj **objv, Tcl_Interp *interp) | oasys::TclCommand | [virtual] |
| hasBindings() | oasys::TclCommand | [inline] |
| help_ | oasys::TclCommand | [protected] |
| help_string() | oasys::TclCommand | [inline, virtual] |
| log_enabled(log_level_t level) const | oasys::Logger | [inline] |
| log_multiline(log_level_t level, const char *msg) const | oasys::Logger | [inline] |
| logf(log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
| logf(const char *logpath, log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
| Logger(const char *classname, const char *fmt,...) | oasys::Logger | [inline] |
| Logger(const char *classname, const std::string &logpath) | oasys::Logger | [inline] |
| logpath() | oasys::Logger | [inline] |
| logpath_ | oasys::Logger | [protected] |
| logpath_appendf(const char *fmt,...) | oasys::Logger | [inline] |
| logpathf(const char *fmt,...) | oasys::Logger | [inline] |
| name() const | oasys::TclCommand | [inline] |
| name_ | oasys::TclCommand | [protected] |
| resultf(const char *fmt,...) | oasys::TclCommand | [protected] |
| set_logpath(const char *logpath) | oasys::Logger | [inline] |
| set_objresult(Tcl_Obj *obj) | oasys::TclCommand | [inline, protected] |
| set_result(const char *result) | oasys::TclCommand | [inline, protected] |
| TclCommand(const char *name, const char *theNamespace=0) | oasys::TclCommand | |
| TclCommandInterp class | oasys::TclCommand | [friend] |
| type_t enum name | oasys::TclCommand | [protected] |
| unbind(const char *name) | oasys::TclCommand | [protected] |
| vlogf(log_level_t level, const char *fmt, va_list args) const | oasys::Logger | [inline] |
| wrong_num_args(int objc, const char **objv, int parsed, int min, int max) | oasys::TclCommand | [inline, protected] |
| wrong_num_args(int objc, Tcl_Obj **objv, int parsed, int min, int max) | oasys::TclCommand | [inline, protected] |
| ~TclCommand() | oasys::TclCommand | [virtual] |