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