36 #ifndef _LANGBIND_FORM_FUNCTION_HPP_INCLUDED
37 #define _LANGBIND_FORM_FUNCTION_HPP_INCLUDED
41 #include <boost/shared_ptr.hpp>
60 virtual bool call()=0;
boost::shared_ptr< FormFunctionClosure > FormFunctionClosureR
Shared form function execution context.
Definition: formFunction.hpp:74
Execution context passed to functions for referencing resources and to define authorization dependend...
Definition: execContext.hpp:47
boost::shared_ptr< TypedInputFilter > TypedInputFilterR
Shared input filter (langbind::TypedInputFilter) reference.
Definition: typedfilter.hpp:98
boost::shared_ptr< FormFunction > FormFunctionR
Shared form function interface.
Definition: formFunction.hpp:90
Enum
the enumeration that can also be interpreted as bit set
Definition: flags.hpp:47
Defines the flags for serialization behaviour.
Empty flag set (no flags set)
Definition: flags.hpp:49
Typed interface for input/output filter.