import common constructs for ndn-cxx library internal use More...
#include "ndn-cxx-config.hpp"#include <algorithm>#include <cstddef>#include <cstdint>#include <exception>#include <functional>#include <iosfwd>#include <limits>#include <memory>#include <stdexcept>#include <string>#include <type_traits>#include <unistd.h>#include <utility>#include <boost/assert.hpp>#include <boost/concept_check.hpp>#include <boost/noncopyable.hpp>#include <boost/throw_exception.hpp>#include "util/backports.hpp"

Go to the source code of this file.
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
Macros | |
| #define | NDN_CXX_VIRTUAL_WITH_TESTS | 
| #define | NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PROTECTED protected | 
| #define | NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PRIVATE private | 
| #define | NDN_CXX_PROTECTED_WITH_TESTS_ELSE_PRIVATE private | 
import common constructs for ndn-cxx library internal use
Definition in file common.hpp.
| #define NDN_CXX_VIRTUAL_WITH_TESTS | 
Definition at line 41 of file common.hpp.
| #define NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PROTECTED protected | 
Definition at line 42 of file common.hpp.
Referenced by ndn::security::v2::ValidationPolicy::checkPolicy(), ndn::Face::getIoService(), and ndn::InMemoryStorage::size().
| #define NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PRIVATE private | 
Definition at line 43 of file common.hpp.
Referenced by ndn::security::tpm::Tpm::Error::Error(), ndn::security::v2::validator_config::Rule::getPktType(), ndn::security::pib::Pib::getScheme(), ndn::security::v2::KeyChain::getTpm(), and ndn::InMemoryStorage::isFull().
| #define NDN_CXX_PROTECTED_WITH_TESTS_ELSE_PRIVATE private | 
Definition at line 44 of file common.hpp.