#include <BinaryProperty.hpp>
◆ BinaryProperty() [1/5]
◆ BinaryProperty() [2/5]
◆ BinaryProperty() [3/5]
◆ BinaryProperty() [4/5]
BinaryProperty |
( |
const std::string & | name, |
|
|
const std::vector< uint8_t > & | value ) |
|
inline |
◆ BinaryProperty() [5/5]
BinaryProperty |
( |
std::string && | name, |
|
|
std::vector< uint8_t > && | value ) |
|
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==()
◆ propagate() [1/3]
◆ propagate() [2/3]
◆ propagate() [3/3]
void propagate |
( |
bool | propagate | ) |
|
|
inline |
◆ value() [1/4]
std::vector< uint8_t > & value |
( |
| ) |
|
|
inline |
◆ value() [2/4]
const std::vector< uint8_t > & value |
( |
| ) |
const |
|
inline |
◆ value() [3/4]
void value |
( |
const std::vector< uint8_t > & | value | ) |
|
|
inline |
◆ value() [4/4]
void value |
( |
std::vector< uint8_t > && | value | ) |
|
|
inline |
The documentation for this class was generated from the following file: