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

#include <KeyedCSVparser.h>

Inheritance diagram for icarus::details::KeyedCSVparser::MissingValues:
icarus::KeyValuesData::ErrorOnKey icarus::KeyValuesData::Error

Public Member Functions

 MissingValues (std::string const &key, unsigned int values)
 
- Public Member Functions inherited from icarus::KeyValuesData::ErrorOnKey
 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 221 of file KeyedCSVparser.h.

Constructor & Destructor Documentation

icarus::details::KeyedCSVparser::MissingValues::MissingValues ( std::string const &  key,
unsigned int  values 
)
inline

Definition at line 223 of file KeyedCSVparser.h.

224  : ErrorOnKey(key,
225  "data ended while expecting " + std::to_string(values) + " more values"
226  )
227  {}
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: