#include "execute-command.hpp"
Include dependency graph for face-helpers.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::FindFace |
| Procedure to find a face. More... | |
Namespaces | |
| nfd | |
| nfd::tools | |
| nfd::tools::nfdc | |
Functions | |
| std::pair< std::optional< FaceUri >, std::string > | nfd::tools::nfdc::canonize (ExecuteContext &ctx, const FaceUri &uri) |
| Canonize a 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... | |