#include <KeyValuesData.h>
|
| ConversionFailed (std::string const &key, std::string const &s, std::string const &tname="") |
|
| ErrorOnKey (std::string const &key, std::string const &msg) |
|
| Error (std::string msg) |
|
Definition at line 579 of file KeyValuesData.h.
icarus::KeyValuesData::ConversionFailed::ConversionFailed |
( |
std::string const & |
key, |
|
|
std::string const & |
s, |
|
|
std::string const & |
tname = "" |
|
) |
| |
|
inline |
Definition at line 581 of file KeyValuesData.h.
585 "conversion of '" +
s +
"'"
586 + (
tname.empty()?
"": (
" to type '" +
tname +
"'")) +
" failed"
ErrorOnKey(std::string const &key, std::string const &msg)
then echo File list $list not found else cat $list while read file do echo $file sed s
template<typename T >
static ConversionFailed icarus::KeyValuesData::ConversionFailed::makeFor |
( |
std::string const & |
key, |
|
|
std::string const & |
s |
|
) |
| |
|
inlinestatic |
Definition at line 591 of file KeyValuesData.h.
592 {
return { key,
s,
typeid(T).
name() }; }
then echo File list $list not found else cat $list while read file do echo $file sed s
template<typename T >
static ConversionFailed icarus::KeyValuesData::ConversionFailed::makeFor |
( |
std::string const & |
key, |
|
|
std::size_t |
index, |
|
|
std::string const & |
s |
|
) |
| |
|
inlinestatic |
Definition at line 596 of file KeyValuesData.h.
std::string to_string(WindowPattern const &pattern)
then echo File list $list not found else cat $list while read file do echo $file sed s
The documentation for this struct was generated from the following file: