Wolframe, 0.0.3

ddlCompilerInterface.hpp File Reference

Defines the compiler interface for definition languages (DDL) used for specifying forms. More...

#include "types/form.hpp"
#include "types/variant.hpp"
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::langbind::DDLCompiler
 Interface for DDL compilers. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::langbind
 Glueing classes for language bindings and filters (implemented in the library libwolframe_langbind)
 

Typedefs

typedef boost::shared_ptr
< DDLCompiler > 
_Wolframe::langbind::DDLCompilerR
 Reference to a DDL compiler. More...
 
typedef DDLCompiler *(* _Wolframe::langbind::CreateDDLCompilerFunc )()
 Describes the creation of a DDL compiler object. More...
 

Detailed Description

Defines the compiler interface for definition languages (DDL) used for specifying forms.