Apache Mesos
|
#include <sstream>
#include <string>
#include <stout/duration.hpp>
#include <stout/error.hpp>
#include <stout/json.hpp>
#include <stout/path.hpp>
#include <stout/strings.hpp>
#include <stout/try.hpp>
#include <stout/flags/parse.hpp>
#include <stout/os/read.hpp>
Go to the source code of this file.
Namespaces | |
flags | |
Functions | |
template<typename T > | |
Try< T > | flags::fetch (const std::string &value) |
template<> | |
Try< Path > | flags::fetch (const std::string &value) |
template<> | |
Try< SecurePathOrValue > | flags::fetch (const std::string &value) |