Wolframe, 0.0.3

_Wolframe::cmdbind::ProtocolHandlerUnit Class Referenceabstract

Class that defines a protocol handler class and is able to create instances of it. More...

#include <protocolHandler.hpp>

Public Member Functions

virtual const char * protocol () const =0
 Get the name of the protocol implemented. More...
 
virtual ProtocolHandlercreateProtocolHandler ()=0
 Create an instance of this protocol handler. More...
 

Detailed Description

Class that defines a protocol handler class and is able to create instances of it.

Member Function Documentation

virtual ProtocolHandler* _Wolframe::cmdbind::ProtocolHandlerUnit::createProtocolHandler ( )
pure virtual

Create an instance of this protocol handler.

virtual const char* _Wolframe::cmdbind::ProtocolHandlerUnit::protocol ( ) const
pure virtual

Get the name of the protocol implemented.


The documentation for this class was generated from the following file: