Wolframe, 0.0.3

formFunction.hpp File Reference

Interface for executing functions with structure input/output in the language bindings. More...

#include "filter/typedfilter.hpp"
#include "serialize/flags.hpp"
#include <string>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::langbind::FormFunctionClosure
 Form function execution context interface. More...
 
class  _Wolframe::langbind::FormFunction
 Form function interface. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr
< FormFunctionClosure > 
_Wolframe::langbind::FormFunctionClosureR
 Shared form function execution context. More...
 
typedef boost::shared_ptr
< FormFunction > 
_Wolframe::langbind::FormFunctionR
 Shared form function interface. More...
 

Detailed Description

Interface for executing functions with structure input/output in the language bindings.