Common includes and macros used throughout the library. More...
#include "ndn-cxx/detail/config.hpp"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <iosfwd>
#include <limits>
#include <memory>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <utility>
#include <boost/version.hpp>
#include <boost/assert.hpp>
#include <boost/concept_check.hpp>
#include <boost/core/noncopyable.hpp>
#include "ndn-cxx/util/backports.hpp"
#include "ndn-cxx/util/exception.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
Macros | |
#define | NDN_CXX_PROTECTED_WITH_TESTS_ELSE_PRIVATE private |
#define | NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PRIVATE private |
#define | NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PROTECTED protected |
#define | NDN_CXX_VIRTUAL_WITH_TESTS |
Common includes and macros used throughout the library.
Definition in file common.hpp.
#define NDN_CXX_PROTECTED_WITH_TESTS_ELSE_PRIVATE private |
Definition at line 49 of file common.hpp.
#define NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PRIVATE private |
Definition at line 48 of file common.hpp.
#define NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PROTECTED protected |
Definition at line 47 of file common.hpp.
#define NDN_CXX_VIRTUAL_WITH_TESTS |
Definition at line 46 of file common.hpp.