NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::transform::Sink Class Reference

Abstraction of the transformation sink module. More...

#include <transform-base.hpp>

Inheritance diagram for ndn::security::transform::Sink:
Collaboration diagram for ndn::security::transform::Sink:

Additional Inherited Members

- Public Member Functions inherited from ndn::security::transform::Downstream
virtual ~Downstream ()=default
 
size_t write (const uint8_t *buf, size_t size)
 Accept input data and perform transformation. More...
 
void end ()
 Close the input interface of a module. More...
 
bool isEnd () const
 Check if the input interface of a module is closed. More...
 
void setIndex (size_t index)
 Set the module index. More...
 
size_t getIndex () const
 Get the module index. More...
 
- Protected Member Functions inherited from ndn::security::transform::Downstream
 Downstream ()
 

Detailed Description

Abstraction of the transformation sink module.

This module does not have next module and can only accept input data

Definition at line 278 of file transform-base.hpp.


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