Wolframe, 0.0.3

_Wolframe::cmdbind Namespace Reference

Interfaces to command handlers and some basic command handlers (implemented in the library libwolframe_langbind) More...

Classes

class  CommandHandler
 Command handler interface. More...
 
class  CommandHandlerUnit
 Class that defines a command handler class and is able to create instances of it. More...
 
class  DoctypeDetector
 Interface to document type and format detection. More...
 
class  DoctypeDetectorType
 Constructor as class. More...
 
class  IOFilterCommandHandler
 Abstract class for command handler processing filter input/output. More...
 
class  ProtocolHandler
 Protocol handler interface. More...
 
class  ProtocolHandlerUnit
 Class that defines a protocol handler class and is able to create instances of it. More...
 

Typedefs

typedef boost::shared_ptr
< CommandHandler
CommandHandlerR
 
typedef boost::shared_ptr
< CommandHandlerUnit
CommandHandlerUnitR
 Command handler unit reference. More...
 
typedef boost::shared_ptr
< DoctypeDetector
DoctypeDetectorR
 Shared doctype detector reference. More...
 
typedef DoctypeDetector *(* CreateDoctypeDetector )()
 Constructor function for doctype detector instance. More...
 
typedef boost::shared_ptr
< ProtocolHandler
ProtocolHandlerR
 
typedef boost::shared_ptr
< ProtocolHandlerUnit
ProtocolHandlerUnitR
 Protocol handler unit reference. More...
 

Detailed Description

Interfaces to command handlers and some basic command handlers (implemented in the library libwolframe_langbind)

Typedef Documentation

Command handler unit reference.

typedef DoctypeDetector*(* _Wolframe::cmdbind::CreateDoctypeDetector)()

Constructor function for doctype detector instance.

Shared doctype detector reference.

Protocol handler unit reference.