#include "../interest.hpp"
Go to the source code of this file.
Classes | |
class | ndn::ValidationRequest |
ValidationRequest contains information related to further validation. More... | |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Typedefs | |
typedef function< void(const shared_ptr< const Interest > &)> | ndn::OnInterestValidated |
Callback to report a successful Interest validation. More... | |
typedef function< void(const shared_ptr< const Interest > &, const std::string &)> | ndn::OnInterestValidationFailed |
Callback to report a failed Interest validation. More... | |
typedef function< void(const shared_ptr< const Data > &)> | ndn::OnDataValidated |
Callback to report a successful Data validation. More... | |
typedef function< void(const shared_ptr< const Data > &, const std::string &)> | ndn::OnDataValidationFailed |
Callback to report a failed Data validation. More... | |