addDictKeyValue(const Key &key, const Value &value) | openmsx::TclObject | inline |
addDictKeyValues(Args &&... args) | openmsx::TclObject | inline |
addListElement(const T &t) | openmsx::TclObject | inline |
addListElement(Args &&... args) | openmsx::TclObject | inline |
addListElements(ITER first, ITER last) | openmsx::TclObject | inline |
addListElements(Range &&range) | openmsx::TclObject | inline |
begin() const | openmsx::TclObject | inline |
empty() const | openmsx::TclObject | inline |
end() const | openmsx::TclObject | inline |
eval(Interpreter &interp) const | openmsx::TclObject | |
evalBool(Interpreter &interp) const | openmsx::TclObject | |
executeCommand(Interpreter &interp, bool compile=false) | openmsx::TclObject | |
getBinary() const | openmsx::TclObject | |
getBoolean(Interpreter &interp) const | openmsx::TclObject | |
getDictValue(Interpreter &interp, const TclObject &key) const | openmsx::TclObject | |
getDictValue(Interpreter &interp, const Key &key) const | openmsx::TclObject | inline |
getDouble(Interpreter &interp) const | openmsx::TclObject | |
getFloat(Interpreter &interp) const | openmsx::TclObject | |
getInt(Interpreter &interp) const | openmsx::TclObject | |
getListIndex(Interpreter &interp, unsigned index) const | openmsx::TclObject | |
getListIndexUnchecked(unsigned index) const | openmsx::TclObject | |
getListLength(Interpreter &interp) const | openmsx::TclObject | |
getOptionalBool() const | openmsx::TclObject | |
getOptionalDictValue(const TclObject &key) const | openmsx::TclObject | |
getOptionalDouble() const | openmsx::TclObject | |
getOptionalFloat() const | openmsx::TclObject | |
getOptionalInt() const | openmsx::TclObject | |
getString() const | openmsx::TclObject | |
getTclObject() | openmsx::TclObject | inline |
getTclObjectNonConst() const | openmsx::TclObject | inline |
operator=(const TclObject &other) | openmsx::TclObject | inline |
operator=(TclObject &other) | openmsx::TclObject | inline |
operator=(TclObject &&other) noexcept | openmsx::TclObject | inline |
operator=(T &&t) | openmsx::TclObject | inline |
operator== | openmsx::TclObject | friend |
operator== | openmsx::TclObject | friend |
removeListIndex(Interpreter &interp, unsigned index) | openmsx::TclObject | |
setDictValue(Interpreter &interp, const TclObject &key, const TclObject &value) | openmsx::TclObject | |
size() const | openmsx::TclObject | inline |
TclObject() | openmsx::TclObject | inline |
TclObject(Tcl_Obj *o) | openmsx::TclObject | inlineexplicit |
TclObject(T t) | openmsx::TclObject | inlineexplicit |
TclObject(const TclObject &o) | openmsx::TclObject | inline |
TclObject(TclObject &&o) noexcept | openmsx::TclObject | inline |
TclObject(MakeListTag, Args &&... args) | openmsx::TclObject | inline |
TclObject(MakeDictTag, Args &&... args) | openmsx::TclObject | inline |
~TclObject() | openmsx::TclObject | inline |