Minsky
variableValueRS.h
Go to the documentation of this file.
1 namespace classdesc
2 {
3  // specialise for VariableValues to give it an associative container flavour.
4  // defining is_associative_container type attribute doesn't work
5  template <> inline
6  void RESTProcess(RESTProcess_t& t, const string& d, minsky::VariableValues& a)
7  {t.add(d, new RESTProcessAssociativeContainer<minsky::VariableValues>(a));}
8 }
void RESTProcess(RESTProcess_t &t, const string &d, minsky::VariableValues &a)
Definition: minsky.cc:1811