#include "core/config.hpp"#include <cstddef>#include <cstdint>#include <functional>#include <limits>#include <map>#include <memory>#include <set>#include <stdexcept>#include <string>#include <unordered_map>#include <unordered_set>#include <utility>#include <vector>#include <ndn-cxx/data.hpp>#include <ndn-cxx/interest.hpp>#include <ndn-cxx/name.hpp>#include <ndn-cxx/encoding/block.hpp>#include <ndn-cxx/lp/nack.hpp>#include <ndn-cxx/net/face-uri.hpp>#include <ndn-cxx/util/backports.hpp>#include <ndn-cxx/util/exception.hpp>#include <ndn-cxx/util/optional.hpp>#include <ndn-cxx/util/scheduler.hpp>#include <ndn-cxx/util/signal.hpp>#include <ndn-cxx/util/span.hpp>#include <ndn-cxx/util/time.hpp>#include <boost/asio.hpp>#include <boost/assert.hpp>#include <boost/core/noncopyable.hpp>#include <boost/lexical_cast.hpp>#include <boost/property_tree/ptree.hpp>

Go to the source code of this file.
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California. | |
| nfd::tlv | |
Macros | |
| #define | NFD_VIRTUAL_WITH_TESTS |
| #define | NFD_PUBLIC_WITH_TESTS_ELSE_PROTECTED protected |
| #define | NFD_PUBLIC_WITH_TESTS_ELSE_PRIVATE private |
| #define | NFD_PROTECTED_WITH_TESTS_ELSE_PRIVATE private |
| #define | NFD_OVERRIDE_WITH_TESTS_ELSE_FINAL final |
| #define | NFD_FINAL_UNLESS_WITH_TESTS final |
| #define NFD_VIRTUAL_WITH_TESTS |
Definition at line 39 of file common.hpp.
Referenced by nfd::fw::Strategy::getInstanceName(), and nfd::fw::Strategy::rejectPendingInterest().
| #define NFD_PUBLIC_WITH_TESTS_ELSE_PROTECTED protected |
Definition at line 40 of file common.hpp.
Referenced by nfd::ManagerBase::getModule(), and nfd::face::NetworkPredicateBase::operator!=().
| #define NFD_PUBLIC_WITH_TESTS_ELSE_PRIVATE private |
Definition at line 41 of file common.hpp.
Referenced by nfd::cs::Cs::end(), nfd::PrivilegeHelper::runElevated(), and nfd::face::WebSocketChannel::size().
| #define NFD_PROTECTED_WITH_TESTS_ELSE_PRIVATE private |
Definition at line 42 of file common.hpp.
| #define NFD_OVERRIDE_WITH_TESTS_ELSE_FINAL final |
Definition at line 43 of file common.hpp.
Referenced by nfd::face::NFD_FINAL_UNLESS_WITH_TESTS::doClose().
| #define NFD_FINAL_UNLESS_WITH_TESTS final |
Definition at line 44 of file common.hpp.