Wolframe, 0.0.3

procProvider.hpp File Reference

Processor provider for language bindings and database. More...

#include "processor/procProviderInterface.hpp"
#include "processor/procProviderConfig.hpp"
#include "database/database.hpp"
#include "cmdbind/commandHandler.hpp"
#include "cmdbind/doctypeDetector.hpp"
#include "cmdbind/protocolHandler.hpp"
#include "prgbind/programLibrary.hpp"
#include "types/keymap.hpp"
#include <list>
#include <map>
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::proc::ProcessorProvider
 Processor provider, the class that provides access to configured global objects to processors. More...
 
class  _Wolframe::proc::ProcessorProvider::CommandHandlerDef
 Definition of a command handler with its configuration. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::db
 Database related classes (implemented in the library libwolframe_database)
 
 _Wolframe::proc
 Processor provider and execution context.
 

Detailed Description

Processor provider for language bindings and database.