#include <attributes.hpp>
|
| static Attribute | parse (const std::string &name, const std::string &value) |
| |
| static Attributes | parse (const std::string &s) |
| |
| static bool | isValid (const Attribute &attribute) |
| |
| mesos::v1::Attributes::Attributes |
( |
| ) |
|
|
inline |
| mesos::v1::Attributes::Attributes |
( |
const google::protobuf::RepeatedPtrField< Attribute > & |
_attributes | ) |
|
|
inline |
| mesos::v1::Attributes::Attributes |
( |
const Attributes & |
that | ) |
|
|
inline |
| void mesos::v1::Attributes::add |
( |
const Attribute & |
attribute | ) |
|
|
inline |
| iterator mesos::v1::Attributes::begin |
( |
| ) |
|
|
inline |
| bool mesos::v1::Attributes::contains |
( |
const Attribute & |
attribute | ) |
const |
| const Attribute mesos::v1::Attributes::get |
( |
int |
index | ) |
const |
|
inline |
| const Option<Attribute> mesos::v1::Attributes::get |
( |
const Attribute & |
thatAttribute | ) |
const |
template<typename T >
| T mesos::v1::Attributes::get |
( |
const std::string & |
name, |
|
|
const T & |
t |
|
) |
| const |
| static bool mesos::v1::Attributes::isValid |
( |
const Attribute & |
attribute | ) |
|
|
static |
| mesos::v1::Attributes::operator const google::protobuf::RepeatedPtrField< Attribute > & |
( |
| ) |
const |
|
inline |
| bool mesos::v1::Attributes::operator!= |
( |
const Attributes & |
that | ) |
const |
|
inline |
| bool mesos::v1::Attributes::operator== |
( |
const Attributes & |
that | ) |
const |
| static Attribute mesos::v1::Attributes::parse |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
| static Attributes mesos::v1::Attributes::parse |
( |
const std::string & |
s | ) |
|
|
static |
| size_t mesos::v1::Attributes::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: