Parser of a form from a serialization defined by a DDL. More...
#include <ddlFormParser.hpp>
Public Member Functions | |
DDLFormParser (const types::FormR &form_) | |
Constructor. More... | |
DDLFormParser (const types::FormR &form_, types::VariantStruct *substructure) | |
Constructor. More... | |
DDLFormParser (const DDLFormParser &o) | |
Copy constructor. More... | |
virtual | ~DDLFormParser () |
Destructor. More... | |
DDLFormParser & | operator= (const DDLFormParser &o) |
Assignment operator. More... | |
const types::FormR & | form () const |
Get a shared reference to the form structure filled by this parser. More... | |
Public Member Functions inherited from _Wolframe::serialize::DDLStructParser | |
DDLStructParser () | |
Default constructor. More... | |
DDLStructParser (types::VariantStruct *st) | |
Constructor. More... | |
DDLStructParser (const DDLStructParser &o) | |
Copy constructor. More... | |
virtual | ~DDLStructParser () |
Destructor. More... | |
DDLStructParser & | operator= (const DDLStructParser &o) |
Assignment operator. More... | |
void | init (const langbind::TypedInputFilterR &i, Flags::Enum flags=Flags::None) |
Parser start initialization. More... | |
bool | call () |
Call of one processing step the parser. More... | |
Private Attributes | |
types::FormR | m_form |
reference to the form structure of this parser More... | |
Parser of a form from a serialization defined by a DDL.
|
inlineexplicit |
Constructor.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.
|
inline |
Get a shared reference to the form structure filled by this parser.
|
inline |
Assignment operator.
|
private |
reference to the form structure of this parser
Copyright © 2014 - Project Wolframe - All Rights Reserved