#include "channel.hpp"
#include "face.hpp"
#include "face-system.hpp"
#include <boost/range/adaptor/map.hpp>
#include <boost/range/algorithm/copy.hpp>
Go to the source code of this file.
Classes | |
struct | nfd::face::ProtocolFactory::CreateFaceRequest |
Encapsulates a face creation request and all its parameters. More... | |
class | nfd::face::ProtocolFactory::Error |
Base class for all exceptions thrown by ProtocolFactory subclasses. More... | |
class | nfd::face::ProtocolFactory |
Provides support for an underlying protocol. More... | |
struct | nfd::face::ProtocolFactoryCtorParams |
Parameters to ProtocolFactory constructor. More... | |
Namespaces | |
nfd | |
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
nfd::face | |
Macros | |
#define | NFD_REGISTER_PROTOCOL_FACTORY(PF) |
Registers a protocol factory. More... | |
#define NFD_REGISTER_PROTOCOL_FACTORY | ( | PF | ) |
Registers a protocol factory.
This macro should appear once in the .cpp file of each protocol factory.
Definition at line 256 of file protocol-factory.hpp.