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

#include <KeyedCSVparser.h>

Inheritance diagram for icarus::details::KeyedCSVparser::InvalidFormat:
icarus::details::KeyedCSVparser::ParserError icarus::KeyValuesData::Error

Public Member Functions

 InvalidFormat (std::string const &msg)
 
- Public Member Functions inherited from icarus::details::KeyedCSVparser::ParserError
 ParserError (std::string msg)
 
- Public Member Functions inherited from icarus::KeyValuesData::Error
 Error (std::string msg)
 

Detailed Description

Definition at line 213 of file KeyedCSVparser.h.

Constructor & Destructor Documentation

icarus::details::KeyedCSVparser::InvalidFormat::InvalidFormat ( std::string const &  msg)
inline

Definition at line 215 of file KeyedCSVparser.h.

215 : ParserError("Format error: " + msg) {}

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