#include <KeyValuesData.h>
|
| MissingSize (std::string const &key) |
|
| MissingSize (std::string const &key, std::string const &valueStr) |
|
| ErrorOnKey (std::string const &key, std::string const &msg) |
|
| Error (std::string msg) |
|
Definition at line 621 of file KeyValuesData.h.
icarus::KeyValuesData::MissingSize::MissingSize |
( |
std::string const & |
key | ) |
|
|
inline |
Definition at line 623 of file KeyValuesData.h.
625 (key,
"is required to have a size as first value, but it has no values")
ErrorOnKey(std::string const &key, std::string const &msg)
icarus::KeyValuesData::MissingSize::MissingSize |
( |
std::string const & |
key, |
|
|
std::string const & |
valueStr |
|
) |
| |
|
inline |
Definition at line 628 of file KeyValuesData.h.
631 " first value '" + valueStr +
"' can't be converted into a vector size"
ErrorOnKey(std::string const &key, std::string const &msg)
The documentation for this struct was generated from the following file: