Wolframe, 0.0.3

structOptionParser.hpp File Reference

Provides uniform handling of structures in program command line options. More...

#include "serialize/struct/structParser.hpp"
#include "types/propertyTree.hpp"
#include <string>

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::parseStructOptionStringImpl (const serialize::StructDescriptionBase *descr, void *ptr, const ::std::string &opt)
 
template<class Structure >
void _Wolframe::serialize::parseStructOptionString (Structure &st, const std::string &opt)
 
types::PropertyTree::Node _Wolframe::serialize::structOptionTree (const std::string &opt)
 

Detailed Description

Provides uniform handling of structures in program command line options.