#include <ConfigVector.hpp>
Definition at line 45 of file ConfigVector.hpp.
◆ ConfigVector() [1/4]
configmaps::ConfigVector::ConfigVector |
( |
std::string |
s | ) |
|
|
inline |
◆ ConfigVector() [2/4]
configmaps::ConfigVector::ConfigVector |
( |
| ) |
|
|
inline |
◆ ConfigVector() [3/4]
ConfigVector::ConfigVector |
( |
const YAML::Node & |
n | ) |
|
Create and fill the object with values from given YAML::Node.
- Parameters
-
n | The YAML::Node containing the serialized data for this object. |
Definition at line 9 of file ConfigVector.cpp.
◆ ConfigVector() [4/4]
ConfigVector::ConfigVector |
( |
const Json::Value & |
n | ) |
|
Create and fill the object with values from given Json::Value.
- Parameters
-
v | The Json::Value containing the serialized data for this object. |
Definition at line 22 of file ConfigVector.cpp.
◆ append()
size_t configmaps::ConfigVector::append |
( |
const ConfigItem & |
item | ) |
|
|
inline |
◆ dumpToJsonValue()
void ConfigVector::dumpToJsonValue |
( |
Json::Value & |
root | ) |
const |
|
virtual |
Create JSON representation dumped into the given value.
- Parameters
-
root | The value to wich the configVector json will be added (modifies parameter!). |
Implements configmaps::ConfigBase.
Definition at line 52 of file ConfigVector.cpp.
◆ dumpToYamlEmitter()
void ConfigVector::dumpToYamlEmitter |
( |
YAML::Emitter & |
emitter | ) |
const |
|
virtual |
Create YAML representation dumped into the given emitter.
- Parameters
-
emitter | The emitter to wich the configVector yaml will be added (modifies parameter!). |
Implements configmaps::ConfigBase.
Definition at line 33 of file ConfigVector.cpp.
◆ operator+=()
◆ operator<<()
The documentation for this class was generated from the following files: