NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
strip-space.hpp File Reference
#include "ndn-cxx/security/transform/transform-base.hpp"
#include <bitset>
#include <climits>
Include dependency graph for strip-space.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::security::transform::StripSpace
 Strip whitespace characters from a stream. More...
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::security
 
 ndn::security::transform
 

Functions

unique_ptr< Transform > ndn::security::transform::stripSpace (const char *whitespaces=StripSpace::DEFAULT_WHITESPACES)
 constructs a StripSpace transform More...