#include <tcl/obj.h>
Public Member Functions | |
obj () | |
Default constructor with a shared and empty Tcl_Obj*. | |
obj (Tcl_Obj *obj) | |
Construct with a Tcl_Obj*. | |
~obj () | |
Destructor. | |
obj (const obj &x) | |
Copy constructor. | |
obj & | operator= (const obj &x) |
Assignment operator from obj. | |
obj & | operator= (Tcl_Obj *x) |
Assignment operator from Tcl_Obj*. | |
Tcl_Obj * | get () const |
void | append (const tcl::obj &other) |
bool | is_shared () const |
bool | is_unique () const |
void | make_unique () const |
const char * | tcltype_name () const |
Definition at line 56 of file obj.h.