Wolframe, 0.0.3

authorizationFunction.hpp File Reference

Interface of the authorization function. More...

#include "types/variant.hpp"
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::langbind::AuthorizationFunction
 Interface of a an authorization function. More...
 
class  _Wolframe::langbind::AuthorizationFunction::Attribute
 Key value pair as authorization function result. 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
< AuthorizationFunction > 
_Wolframe::langbind::AuthorizationFunctionR
 shared ownership reference of an authorization function More...
 

Detailed Description

Interface of the authorization function.