Wolframe, 0.0.3

programTypeBuilder.hpp File Reference

Interface template for object builder of arbitrary program types implementing form functions. More...

#include "prgbind/program.hpp"
#include "module/moduleInterface.hpp"
#include "module/constructor.hpp"
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::module::ProgramTypeConstructor
 Constructor of a program type of the program library. More...
 
class  _Wolframe::module::ProgramTypeBuilder
 Builder of a program type constructor. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::module
 Module base classes and object builder structures.
 

Typedefs

typedef prgbind::Program *(* _Wolframe::module::CreateProgramType )()
 
typedef boost::shared_ptr
< ProgramTypeConstructor > 
_Wolframe::module::ProgramTypeConstructorR
 

Detailed Description

Interface template for object builder of arbitrary program types implementing form functions.