3 #ifndef VISR_OBJECTMODEL_OBJECT_VECTOR_PARSER_HPP_INCLUDED 4 #define VISR_OBJECTMODEL_OBJECT_VECTOR_PARSER_HPP_INCLUDED 8 #include <boost/property_tree/ptree_fwd.hpp> 25 static void fillObjectVector( std::string
const & message,
ObjectVector & res );
26 static void fillObjectVector( std::basic_istream<char> & message,
ObjectVector & res );
28 static void fillObjectVector(
char const * message,
ObjectVector & res );
30 static void updateObjectVector( std::string
const & message,
ObjectVector & res );
31 static void updateObjectVector( std::basic_istream<char> & message,
ObjectVector & res );
33 static void updateObjectVector(
char const * message,
ObjectVector & res );
35 static void encodeObjectVector(
ObjectVector const & objects,
36 std::basic_ostream<char> & message );
45 static void parseObject( boost::property_tree::ptree
const & subtree,
ObjectVector & res );
51 #endif // #ifndef VISR_OBJECTMODEL_OBJECT_VECTOR_PARSER_HPP_INCLUDED Definition: options.cpp:10
Definition: object_vector_parser.hpp:22
Definition: object_vector.hpp:22