#include <Property.hpp>
◆ Property() [1/5]
◆ Property() [2/5]
◆ Property() [3/5]
◆ Property() [4/5]
Property |
( |
const std::string & | name, |
|
|
const std::string & | value, |
|
|
bool | propagate = false ) |
|
inline |
◆ Property() [5/5]
Property |
( |
std::string && | name, |
|
|
std::string && | value, |
|
|
bool | propagate = false ) |
|
inline |
◆ name() [1/4]
◆ name() [2/4]
const std::string & name |
( |
| ) |
const |
|
inline |
◆ name() [3/4]
void name |
( |
const std::string & | name | ) |
|
|
inline |
◆ name() [4/4]
void name |
( |
std::string && | name | ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool operator== |
( |
const Property & | b | ) |
const |
|
inline |
◆ propagate() [1/3]
◆ propagate() [2/3]
◆ propagate() [3/3]
void propagate |
( |
bool | propagate | ) |
|
|
inline |
◆ value() [1/4]
◆ value() [2/4]
const std::string & value |
( |
| ) |
const |
|
inline |
◆ value() [3/4]
void value |
( |
const std::string & | value | ) |
|
|
inline |
◆ value() [4/4]
void value |
( |
std::string && | value | ) |
|
|
inline |
The documentation for this class was generated from the following file: