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

#include <KeyedCSVparser.h>

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

Public Member Functions

 ParserError (std::string msg)
 
- Public Member Functions inherited from icarus::KeyValuesData::Error
 Error (std::string msg)
 

Detailed Description

Definition at line 205 of file KeyedCSVparser.h.

Constructor & Destructor Documentation

icarus::details::KeyedCSVparser::ParserError::ParserError ( std::string  msg)
inline

Definition at line 207 of file KeyedCSVparser.h.

207 : Error(std::move(msg)) {}

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