#include "channel.hpp"#include "face-system.hpp"#include <boost/range/adaptor/map.hpp>#include <boost/range/algorithm/copy.hpp>#include <ndn-cxx/encoding/nfd-constants.hpp>
Include dependency graph for protocol-factory.hpp:
This graph shows which files directly or indirectly include this file: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 .cpp of each protocol factory.
Definition at line 198 of file protocol-factory.hpp.