#include <KeyValuesData.h>
|
| WrongSize (std::string const &key, std::size_t expected, std::size_t actual) |
|
| ErrorOnKey (std::string const &key, std::string const &msg) |
|
| Error (std::string msg) |
|
Definition at line 639 of file KeyValuesData.h.
icarus::KeyValuesData::WrongSize::WrongSize |
( |
std::string const & |
key, |
|
|
std::size_t |
expected, |
|
|
std::size_t |
actual |
|
) |
| |
|
inline |
Definition at line 641 of file KeyValuesData.h.
643 std::to_string(expected) +
" values (except the size) were expected, "
ErrorOnKey(std::string const &key, std::string const &msg)
std::string to_string(WindowPattern const &pattern)
The documentation for this struct was generated from the following file: