Wolframe, 0.0.3

runtimeEnvironmentConstructor.hpp File Reference

Interface to constructors of runtime environment for executing functions that need it. More...

#include "module/constructor.hpp"
#include "langbind/runtimeEnvironment.hpp"
#include "module/moduleInterface.hpp"
#include <string>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::module::RuntimeEnvironmentConstructor
 Constructor of a runtime environment for executing functions. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::proc
 Processor provider and execution context.
 
 _Wolframe::module
 Module base classes and object builder structures.
 

Typedefs

typedef boost::shared_ptr
< RuntimeEnvironmentConstructor > 
_Wolframe::module::RuntimeEnvironmentConstructorR
 

Detailed Description

Interface to constructors of runtime environment for executing functions that need it.