Go to the documentation of this file.
11 #include <unordered_map>
24 return this->find(i) != this->end();
27 virtual std::ostream&
info(std::ostream& os)
const;
34 const_iterator i = this->begin(); i != this->end(); ++i)
35 os <<
" " << i->first <<
" - "
Class for output of objects to matlab.
bool exists(uint i) const
Returns true if the entrance exists.
std::string typeOf(const T &t)
Return the typeid name of a class object.
Class providing an output operator.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Basic namespace for Concepts-2.