Defines functions for serialization/deserialization of configuration. More...
#include "filter/ptreefilter.hpp"
#include "filter/typedfilter.hpp"
#include "serialize/struct/structSerializer.hpp"
#include "serialize/struct/structParser.hpp"
#include "types/variantStructDescription.hpp"
#include "types/variantStruct.hpp"
#include "types/propertyTree.hpp"
#include "config/configurationTree.hpp"
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) |
Defines functions for serialization/deserialization of configuration.
Copyright © 2014 - Project Wolframe - All Rights Reserved