|
| 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< Duration > | 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< Bytes > | 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< net::IP > | 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< net::IPv4 > | 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< net::IPv6 > | 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< JSON::Object > | 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< JSON::Array > | 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< Path > | 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< 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...
|
| |