22 #include "RESTProcess_base.h" 23 #include "signature.h" 31 switch (registry.count(dottedCommand))
37 auto& cmd=*registry.find(dottedCommand)->second;
38 return cmd.isConst()? is_const: cmd.isObject()? is_setterGetter:
generic;
42 auto firstCmd=registry.find(dottedCommand), secondCmd=firstCmd;
44 if (firstCmd->second->arity()+secondCmd->second->arity() == 1)
45 return is_setterGetter;
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
cmd_data * getCommandData(const string &name)