#include "object.h" template<> std::string ObjectSimple::type="bool"; template<> std::string ObjectSimple::type="integer"; template<> std::string ObjectSimple::type="real"; template<> std::string ObjectSimple::type="string";