|
Apache Mesos
|
#include <string>#include <process/future.hpp>#include <process/http.hpp>#include <process/process.hpp>#include <stout/foreach.hpp>#include <stout/json.hpp>#include <stout/option.hpp>#include <stout/preprocessor.hpp>#include <stout/stringify.hpp>#include <stout/strings.hpp>Go to the source code of this file.
Classes | |
| class | process::Help |
Namespaces | |
| process | |
Functions | |
| std::string | process::HELP (const std::string &tldr, const Option< std::string > &description=None(), const Option< std::string > &authentication=None(), const Option< std::string > &authorization=None(), const Option< std::string > &references=None()) |
| std::string | process::USAGE (const std::string &usage) |
| std::string | process::TLDR (const std::string &tldr) |
| template<typename... T> | |
| std::string | process::DESCRIPTION (T &&...args) |
| std::string | process::AUTHENTICATION (bool required) |
| template<typename... T> | |
| std::string | process::AUTHORIZATION (T &&...args) |
| template<typename... T> | |
| std::string | process::REFERENCES (T &&...args) |
1.8.5