20 #ifndef VARIABLEINSTANCELIST_H 21 #define VARIABLEINSTANCELIST_H 49 std::vector<std::string>
names()
const {
50 std::vector<std::string> r;
51 for (
auto& b:
bookmarks) r.push_back(b.name);
57 #include "variableInstanceList.cd" void gotoInstance(std::size_t)
zoom model to instance number in the list
string valueId(const string &name)
construct a valueId from fully qualified name @ name should not be canonicalised
std::vector< std::string > names() const
return the list of names
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
std::vector< ItemPtr > items
std::vector< Bookmark > bookmarks
CLASSDESC_ACCESS(VariableInstanceList)