SHORE API
|
Grants the pipeline system access to private methods. More...
Friends | |
template<typename Derived , typename InputType , typename OutputType , bool UNCHECKED_PIPE> | |
class | pipe_facade |
Grants access to pipe_facade, sink and pipe. | |
template<typename S , typename T > | |
class | sink |
Grants access to pipe_facade, sink and pipe. | |
template<typename Chnaf , typename S , typename T > | |
class | pipe |
Grants access to pipe_facade, sink and pipe. | |
Grants the pipeline system access to private methods.
Specifying 'friend class shore::pipeline_core_access;' allows the pipeline system to access private next(), prepare(), append() and flush() methods. Implementation of all except append() is optional.