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

#include <KeyValuesData.h>

Inheritance diagram for icarus::KeyValuesData::DuplicateKey:
icarus::KeyValuesData::Error

Public Member Functions

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

Detailed Description

Definition at line 569 of file KeyValuesData.h.

Constructor & Destructor Documentation

icarus::KeyValuesData::DuplicateKey::DuplicateKey ( std::string const &  msg)
inline

Definition at line 571 of file KeyValuesData.h.

572  : Error("KeyValuesData::DuplicateKey: '" + msg + '\'')
573  {}

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