35 #ifndef _Wolframe_SERIALIZE_STRUCT_OPTION_PARSER_HPP_INCLUDED
36 #define _Wolframe_SERIALIZE_STRUCT_OPTION_PARSER_HPP_INCLUDED
46 template <
class Structure>
Property tree node.
Definition: propertyTree.hpp:86
types::PropertyTree::Node structOptionTree(const std::string &opt)
void parseStructOptionStringImpl(const serialize::StructDescriptionBase *descr, void *ptr, const ::std::string &opt)
Deserialization interface.
Interface to a key value tree based on boost::property_tree::ptree with position info for better erro...
void parseStructOptionString(Structure &st, const std::string &opt)
Definition: structOptionParser.hpp:47