Base class for all StreamOperationHandlerMethod objects. More...
#include <StreamOperationHandlerMethod.hpp>
Public Member Functions | |
virtual void | callHandler (size_t, size_t, const char *, bool)=0 |
Base class for all StreamOperationHandlerMethod objects.
This class is needed in order to call StreamOperationHandlerMethod without having to know the specific class used by the template.
Definition at line 45 of file StreamOperationHandlerMethod.hpp.