NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::v2::validator_config::Checker::Result Class Reference

#include <checker.hpp>

Public Member Functions

 operator bool () const
 Return true if the check matches, false otherwise. More...
 
const std::string & getErrorMessage () const
 Return checker error message. More...
 

Detailed Description

Definition at line 41 of file checker.hpp.

Member Function Documentation

◆ operator bool()

ndn::security::v2::validator_config::Checker::Result::operator bool ( ) const
inlineexplicit

Return true if the check matches, false otherwise.

Return values
falsepacket does not pass the checker.
truepacket passes the checker. Further verification may be needed.

Definition at line 49 of file checker.hpp.

◆ getErrorMessage()

const std::string& ndn::security::v2::validator_config::Checker::Result::getErrorMessage ( ) const
inline

The documentation for this class was generated from the following files: