status-report.hpp File Reference
#include "module.hpp"
#include <ndn-cxx/face.hpp>
#include <ndn-cxx/security/key-chain.hpp>
#include <ndn-cxx/security/v2/validator.hpp>
+ Include dependency graph for status-report.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::tools::nfdc::StatusReport
 collects and prints NFD status report More...
 

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 
 nfd::tools
 
 nfd::tools::nfdc
 

Enumerations

enum  nfd::tools::nfdc::ReportFormat {
  nfd::tools::nfdc::ReportFormat::XML = 1,
  nfd::tools::nfdc::ReportFormat::TEXT = 2
}
 

Functions

std::ostream & nfd::tools::nfdc::operator<< (std::ostream &os, ReportFormat fmt)
 
ReportFormat nfd::tools::nfdc::parseReportFormat (const std::string &s)