Wolframe, 0.0.3

configSerialize.hpp File Reference

Defines functions for serialization/deserialization of configuration. More...

Go to the source code of this file.

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::serialize
 Serialization library (implemented in the library libwolframe_serialize)
 

Functions

void _Wolframe::serialize::parseConfigStructureVP (void *stptr, const serialize::StructDescriptionBase *descr, const config::ConfigurationNode &pt)
 
template<class Structure >
void _Wolframe::serialize::parseConfigStructure (Structure &st, const config::ConfigurationNode &pt)
 
template<class Structure >
types::PropertyTree::Node _Wolframe::serialize::structureToPropertyTree (const Structure &st)
 
std::string _Wolframe::serialize::structureToStringVP (const void *stptr, const serialize::StructDescriptionBase *descr)
 
template<class Structure >
std::string _Wolframe::serialize::structureToString (const Structure &st)
 

Detailed Description

Defines functions for serialization/deserialization of configuration.