|
| CTCLVariable (std::string am_sVariable, TCLPLUS::Bool_t am_fTracing) |
|
| CTCLVariable (CTCLInterpreter *pInterp, std::string am_sVariable, TCLPLUS::Bool_t am_fTracing) |
|
| CTCLVariable (const CTCLVariable &aCTCLVariable) |
|
CTCLVariable & | operator= (const CTCLVariable &aCTCLVariable) |
|
int | operator== (const CTCLVariable &aCTCLVariable) const |
|
std::string | getVariableName () const |
|
TCLPLUS::Bool_t | IsTracing () const |
|
void | setVariableName (const std::string am_sVariable) |
|
virtual char * | operator() (char *pName, char *pSubscript, int Flags) |
|
const char * | Set (const char *pValue, int flags=TCL_LEAVE_ERR_MSG|TCL_GLOBAL_ONLY) |
|
const char * | Set (const char *pSubscript, const char *pValue, int flags=TCL_LEAVE_ERR_MSG|TCL_GLOBAL_ONLY) |
|
const char * | Get (int flags=TCL_LEAVE_ERR_MSG|TCL_GLOBAL_ONLY, char *pIndex=0) |
|
int | Link (void *pVariable, int Type) |
|
void | Unlink () |
|
int | Trace (int flags=TCL_TRACE_READS|TCL_TRACE_WRITES|TCL_TRACE_UNSETS, char *pIndex=(char *) TCLPLUS::kpNULL) |
|
void | UnTrace () |
|
| CTCLInterpreterObject (CTCLInterpreter *pInterp) |
|
| CTCLInterpreterObject (const CTCLInterpreterObject &aCTCLInterpreterObject) |
|
CTCLInterpreterObject & | operator= (const CTCLInterpreterObject &aCTCLInterpreterObject) |
|
int | operator== (const CTCLInterpreterObject &aCTCLInterpreterObject) const |
|
CTCLInterpreter * | getInterpreter () const |
|
CTCLInterpreter * | Bind (CTCLInterpreter &rBinding) |
|
CTCLInterpreter * | Bind (CTCLInterpreter *pBinding) |
|
|
static char * | TraceRelay (ClientData pObject, Tcl_Interp *pInterpreter, tclConstCharPtr pName, tclConstCharPtr pIndex, int flags) |
|
The documentation for this class was generated from the following files:
- libtclplus/include/tclplus/TCLVariable.h
- libtclplus/tclplus/TCLVariable.cpp