Apache Mesos
Namespaces | Functions
parse.hpp File Reference
#include <sstream>
#include <string>
#include <stout/bytes.hpp>
#include <stout/duration.hpp>
#include <stout/error.hpp>
#include <stout/ip.hpp>
#include <stout/json.hpp>
#include <stout/path.hpp>
#include <stout/strings.hpp>
#include <stout/try.hpp>
#include <stout/flags/flag.hpp>
#include <stout/os/read.hpp>

Go to the source code of this file.

Namespaces

 flags
 

Functions

template<typename T >
Try< T > flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< std::string > flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< bool > flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< Durationflags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< Bytesflags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< net::IPflags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< net::IPv4flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< net::IPv6flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< JSON::Objectflags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< JSON::Arrayflags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< Pathflags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< SecurePathOrValue > flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< std::vector< unsigned int > > flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...
 
template<>
Try< std::set< std::string > > flags::parse (const std::string &value)
 Returns the OCI v1 descriptor, image index, image manifest and image configuration from the given string. More...