All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
name.hpp File Reference
#include "common.hpp"
#include "name-component.hpp"
#include "encoding/block.hpp"
#include "encoding/encoding-buffer.hpp"
#include <boost/iterator/reverse_iterator.hpp>
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.

Data Structures

class  ndn::Name
 A Name holds an array of Name::Component and represents an NDN name. More...
 
class  ndn::Name::Error
 Error that can be thrown from Name. More...
 

Namespaces

 ndn
 Copyright (C) 2013 Regents of the University of California.
 

Functions

std::ostream & ndn::operator<< (std::ostream &os, const Name &name)
 
std::istream & ndn::operator>> (std::istream &is, Name &name)