The upstream interface of a transformation module. More...
#include <ndn-cxx/security/transform/transform-base.hpp>
 Inheritance diagram for ndn::security::transform::Upstream:
 Inheritance diagram for ndn::security::transform::Upstream: Collaboration diagram for ndn::security::transform::Upstream:
 Collaboration diagram for ndn::security::transform::Upstream:| Public Member Functions | |
| virtual | ~Upstream ()=default | 
| Protected Member Functions | |
| Upstream () | |
| void | appendChain (unique_ptr< Downstream > tail) | 
| connect to next transformation module  More... | |
| Downstream * | getNext () | 
| Protected Attributes | |
| unique_ptr< Downstream > | m_next | 
The upstream interface of a transformation module.
A module can construct subsequent transformation chain through this interface.
Definition at line 157 of file transform-base.hpp.
| 
 | virtualdefault | 
| 
 | protected | 
Definition at line 61 of file transform-base.cpp.
| 
 | protected | 
connect to next transformation module
Definition at line 67 of file transform-base.cpp.
| 
 | inlineprotected | 
Definition at line 174 of file transform-base.hpp.
| 
 | protected | 
Definition at line 180 of file transform-base.hpp.