34 #ifndef _Wolframe_serialize_CPP_FORM_FUNCTION_HPP_INCLUDED
35 #define _Wolframe_serialize_CPP_FORM_FUNCTION_HPP_INCLUDED
44 #include <boost/shared_ptr.hpp>
49 class CppFormFunction;
62 void*
get()
const {
return m_data.get();}
66 const boost::shared_ptr<void>&
data()
const {
return m_data;}
Base class for structure description used for introspection in serialization/deserialization.
Definition: structDescriptionBase.hpp:51
Initializer of a structure based on a structure description feeded with a serialization.
Definition: structParser.hpp:43
Execution context passed to functions for referencing resources and to define authorization dependend...
Definition: execContext.hpp:47
boost::shared_ptr< CppFormFunction > CppFormFunctionR
Shared form function reference.
Definition: cppFormFunction.hpp:171
boost::shared_ptr< TypedInputFilter > TypedInputFilterR
Shared input filter (langbind::TypedInputFilter) reference.
Definition: typedfilter.hpp:98
Interface to processor provider for language bindings and database.
Enum
the enumeration that can also be interpreted as bit set
Definition: flags.hpp:47
Deserialization interface.
Defines the flags for serialization behaviour.
Defines the non intrusive base class of serialization/deserialization of objects interfaced as TypedI...
Typed interface for input/output filter.