#include <src/cpptcl/cpptcl.h>
Public Member Functions | |
operator bool () const | |
operator double () const | |
operator int () const | |
operator long () const | |
operator object () const | |
operator std::string () const | |
result (Tcl_Interp *interp) | |
Private Attributes | |
Tcl_Interp * | interp_ |
result::result | ( | Tcl_Interp * | interp | ) |
result::operator bool | ( | ) | const |
References interp_.
result::operator double | ( | ) | const |
References interp_.
result::operator int | ( | ) | const |
References interp_.
result::operator long | ( | ) | const |
References interp_.
Tcl::details::result::operator std::string | ( | ) | const |
Tcl_Interp* Tcl::details::result::interp_ [private] |
Referenced by operator bool(), operator double(), operator int(), operator long(), and operator object().