|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
#include "ndn-cxx/security/validator.hpp"#include "ndn-cxx/util/logger.hpp"#include <boost/lexical_cast.hpp>
Include dependency graph for validator.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ndn |
| namespace | ndn::security |
| Contains the ndn-cxx security framework. | |
Macros | |
| #define | NDN_LOG_DEBUG_DEPTH(x) NDN_LOG_DEBUG(std::string(state->getDepth() + 1, '>') << " " << x) |
| #define | NDN_LOG_TRACE_DEPTH(x) NDN_LOG_TRACE(std::string(state->getDepth() + 1, '>') << " " << x) |
| #define NDN_LOG_DEBUG_DEPTH | ( | x | ) | NDN_LOG_DEBUG(std::string(state->getDepth() + 1, '>') << " " << x) |
Definition at line 31 of file validator.cpp.
| #define NDN_LOG_TRACE_DEPTH | ( | x | ) | NDN_LOG_TRACE(std::string(state->getDepth() + 1, '>') << " " << x) |
Definition at line 32 of file validator.cpp.