Wolframe, 0.0.3

commandHandler.hpp File Reference

Interface to a generic command handler. More...

#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "types/doctypeinfo.hpp"
#include "processor/procProviderInterface.hpp"

Go to the source code of this file.

Classes

class  _Wolframe::cmdbind::CommandHandler
 Command handler interface. More...
 
class  _Wolframe::cmdbind::CommandHandlerUnit
 Class that defines a command handler class and is able to create instances of it. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::proc
 Processor provider and execution context.
 
 _Wolframe::cmdbind
 Interfaces to command handlers and some basic command handlers (implemented in the library libwolframe_langbind)
 

Typedefs

typedef boost::shared_ptr
< CommandHandler > 
_Wolframe::cmdbind::CommandHandlerR
 
typedef boost::shared_ptr
< CommandHandlerUnit > 
_Wolframe::cmdbind::CommandHandlerUnitR
 Command handler unit reference. More...
 

Detailed Description

Interface to a generic command handler.