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... | |
Interfaces to command handlers and some basic command handlers (implemented in the library libwolframe_langbind)
typedef boost::shared_ptr<CommandHandler> _Wolframe::cmdbind::CommandHandlerR |
typedef boost::shared_ptr<CommandHandlerUnit> _Wolframe::cmdbind::CommandHandlerUnitR |
Command handler unit reference.
typedef DoctypeDetector*(* _Wolframe::cmdbind::CreateDoctypeDetector)() |
Constructor function for doctype detector instance.
typedef boost::shared_ptr<DoctypeDetector> _Wolframe::cmdbind::DoctypeDetectorR |
Shared doctype detector reference.
typedef boost::shared_ptr<ProtocolHandler> _Wolframe::cmdbind::ProtocolHandlerR |
typedef boost::shared_ptr<ProtocolHandlerUnit> _Wolframe::cmdbind::ProtocolHandlerUnitR |
Protocol handler unit reference.
Copyright © 2014 - Project Wolframe - All Rights Reserved