Go to the source code of this file.
Classes | |
class | ndn::security::transform::StripSpace |
Strip whitespace characters from a stream. More... | |
Namespaces | |
ndn | |
ndn::security | |
Contains the ndn-cxx security framework. | |
ndn::security::transform | |
Functions | |
unique_ptr< Transform > | ndn::security::transform::stripSpace (const char *whitespaces=StripSpace::DEFAULT_WHITESPACES) |
Constructs a StripSpace transform. More... | |