canonizer.hpp File Reference
#include "core/common.hpp"
#include "execute-command.hpp"
#include "find-face.hpp"
#include <ndn-cxx/net/face-uri.hpp>
+ Include dependency graph for canonizer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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
 

Functions

std::pair< optional< FaceUri >, std::string > nfd::tools::nfdc::canonize (ExecuteContext &ctx, const FaceUri &uri)
 canonize FaceUri More...
 
std::pair< FindFace::Code, std::string > nfd::tools::nfdc::canonizeErrorHelper (const FaceUri &uri, const std::string &error, const std::string &field="")
 helper to generate exit code and error message for face canonization failures More...