#include "command-arguments.hpp"
Include dependency graph for command-definition.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::CommandDefinition |
| declares semantics of a command More... | |
| class | nfd::tools::nfdc::CommandDefinition::Error |
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 class | nfd::tools::nfdc::ArgValueType { nfd::tools::nfdc::NONE , nfd::tools::nfdc::ANY , nfd::tools::nfdc::BOOLEAN , nfd::tools::nfdc::UNSIGNED , nfd::tools::nfdc::STRING , nfd::tools::nfdc::REPORT_FORMAT , nfd::tools::nfdc::NAME , nfd::tools::nfdc::FACE_URI , nfd::tools::nfdc::FACE_ID_OR_URI , nfd::tools::nfdc::FACE_PERSISTENCY , nfd::tools::nfdc::ROUTE_ORIGIN } |
| indicates argument value type More... | |
| enum class | nfd::tools::nfdc::Positional { nfd::tools::nfdc::NO = false , nfd::tools::nfdc::YES = true } |
| indicates whether an argument can be specified as positional More... | |
| enum class | nfd::tools::nfdc::Required { nfd::tools::nfdc::NO = false , nfd::tools::nfdc::YES = true } |
| indicates whether an argument is required More... | |
Functions | |
| std::ostream & | nfd::tools::nfdc::operator<< (std::ostream &os, ArgValueType vt) |