Wolframe, 0.0.3

cppFormFunction.hpp File Reference

Interface to form functions written in C++. More...

Go to the source code of this file.

Classes

class  _Wolframe::serialize::ApiFormData
 Structure to hold an arbitrary C++ structure as owner defined by a serialization definition. More...
 
class  _Wolframe::serialize::CppFormFunctionClosure
 Closure with calling state of called CppFormFunction. More...
 
class  _Wolframe::serialize::CppFormFunction
 Function of language bindings implemented in C++ with a form as argument and as result. The forms are defined by a serialization description. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::serialize
 Serialization library (implemented in the library libwolframe_serialize)
 

Typedefs

typedef boost::shared_ptr
< CppFormFunction > 
_Wolframe::serialize::CppFormFunctionR
 Shared form function reference. More...
 

Detailed Description

Interface to form functions written in C++.