#include <KeyValueList.h>
|
std::shared_ptr< std::map
< std::string, std::string > > | keyValuePairs |
| |
Definition at line 33 of file KeyValueList.h.
| KeyValueList::KeyValueList |
( |
| ) |
|
|
inline |
| KeyValueList::~KeyValueList |
( |
| ) |
|
|
default |
| void KeyValueList::appendkeyValuePair |
( |
std::string |
keyName, |
|
|
std::string |
valueName |
|
) |
| |
|
inline |
| std::shared_ptr<std::map <std::string, std::string> >& KeyValueList::getKeyValuePairs |
( |
| ) |
|
|
inline |
| std::shared_ptr<std::map <std::string, std::string> > KeyValueList::keyValuePairs |
|
private |
The documentation for this struct was generated from the following file: