Wolframe, 0.0.3

ddlParseStack.hpp File Reference

Defines the Parsing STM for DDL serialization. More...

#include "filter/typedfilter.hpp"
#include "types/variantStruct.hpp"
#include "types/normalizeFunction.hpp"
#include <vector>
#include <stdexcept>

Go to the source code of this file.

Classes

class  _Wolframe::serialize::DDLParseState
 State stack element for an initializer of a DDL structure from an iterator (serialization) More...
 

Namespaces

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

Typedefs

typedef std::vector
< DDLParseState > 
_Wolframe::serialize::DDLParseStateStack
 State stack for an initializer of a DDL structure from an iterator (serialization) More...
 

Detailed Description

Defines the Parsing STM for DDL serialization.