Tcl::object Member List
This is the complete list of members for
Tcl::object, including all inherited members.
append(interpreter &i, object const &o) | Tcl::object | |
append_list(interpreter &i, object const &o) | Tcl::object | |
assign(bool b) | Tcl::object | |
assign(char const *buf, size_t size) | Tcl::object | |
assign(double d) | Tcl::object | |
assign(int i) | Tcl::object | |
assign(InputIterator first, InputIterator last) | Tcl::object | [inline] |
assign(long l) | Tcl::object | |
assign(char const *s) | Tcl::object | |
assign(std::string const &s) | Tcl::object | |
assign(object const &o) | Tcl::object | |
assign(Tcl_Obj *o) | Tcl::object | |
at(interpreter &i, size_t index) const | Tcl::object | |
fill_vector(std::vector< Tcl_Obj * > &v, InputIterator first, InputIterator last) | Tcl::object | [inline, static] |
get(interpreter &i) const | Tcl::object | [inline] |
get() const | Tcl::object | |
get(size_t &size) const | Tcl::object | |
get_interp() const | Tcl::object | |
get_object() const | Tcl::object | [inline] |
init(Tcl_Obj *o, bool shared) | Tcl::object | [private] |
interp_ | Tcl::object | [private] |
length(interpreter &i) const | Tcl::object | |
obj_ | Tcl::object | [private] |
object() | Tcl::object | |
object(bool b) | Tcl::object | [explicit] |
object(char const *buf, size_t size) | Tcl::object | |
object(double b) | Tcl::object | [explicit] |
object(int i) | Tcl::object | [explicit] |
object(InputIterator first, InputIterator last) | Tcl::object | [inline] |
object(long i) | Tcl::object | [explicit] |
object(char const *s) | Tcl::object | [explicit] |
object(std::string const &s) | Tcl::object | [explicit] |
object(Tcl_Obj *o, bool shared=false) | Tcl::object | [explicit] |
object(object const &other, bool shared=false) | Tcl::object | |
operator=(bool b) | Tcl::object | [inline] |
operator=(double d) | Tcl::object | [inline] |
operator=(int i) | Tcl::object | [inline] |
operator=(long l) | Tcl::object | [inline] |
operator=(char const *s) | Tcl::object | [inline] |
operator=(std::string const &s) | Tcl::object | [inline] |
operator=(object const &o) | Tcl::object | [inline] |
replace(interpreter &i, size_t index, size_t count, InputIterator first, InputIterator last) | Tcl::object | [inline] |
replace(interpreter &i, size_t index, size_t count, object const &o) | Tcl::object | |
replace_list(interpreter &i, size_t index, size_t count, object const &o) | Tcl::object | |
resize(size_t size) | Tcl::object | |
set_interp(Tcl_Interp *interp) | Tcl::object | |
swap(object &other) | Tcl::object | |
~object() | Tcl::object | |