validator.cpp File Reference
#include "validator.hpp"
#include "face.hpp"
#include "security/transform/public-key.hpp"
#include "util/logger.hpp"
+ Include dependency graph for validator.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2013-2017 Regents of the University of California.
 
 ndn::security
 
 ndn::security::v2
 

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)
 

Macro Definition Documentation

#define NDN_LOG_DEBUG_DEPTH (   x)    NDN_LOG_DEBUG(std::string(state->getDepth() + 1, '>') << " " << x)

Definition at line 34 of file validator.cpp.

#define NDN_LOG_TRACE_DEPTH (   x)    NDN_LOG_TRACE(std::string(state->getDepth() + 1, '>') << " " << x)

Definition at line 35 of file validator.cpp.