All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
icarus::KeyValuesData::ErrorOnKey Struct Reference

#include <KeyValuesData.h>

Inheritance diagram for icarus::KeyValuesData::ErrorOnKey:
icarus::KeyValuesData::Error icarus::details::KeyedCSVparser::MissingValues icarus::KeyValuesData::ConversionFailed icarus::KeyValuesData::ItemNotFound icarus::KeyValuesData::MissingSize icarus::KeyValuesData::ValueNotAvailable icarus::KeyValuesData::WrongSize

Public Member Functions

 ErrorOnKey (std::string const &key, std::string const &msg)
 
- Public Member Functions inherited from icarus::KeyValuesData::Error
 Error (std::string msg)
 

Detailed Description

Definition at line 560 of file KeyValuesData.h.

Constructor & Destructor Documentation

icarus::KeyValuesData::ErrorOnKey::ErrorOnKey ( std::string const &  key,
std::string const &  msg 
)
inline

Definition at line 562 of file KeyValuesData.h.

563  : Error("Key '" + key + "': " + msg) {}

The documentation for this struct was generated from the following file: