ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
Loading...
Searching...
No Matches
name.hpp File Reference
#include "ndn-cxx/name-component.hpp"
#include <iterator>
#include <limits>
#include <optional>
+ Include dependency graph for name.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::Name
 Represents an absolute name. More...
 

Namespaces

namespace  ndn
 
namespace  std
 STL namespace.
 

Typedefs

using ndn::PartialName = Name
 Represents an arbitrary sequence of name components.
 

Functions

std::istream & ndn::operator>> (std::istream &is, Name &name)
 Parse URI from stream as Name.