tempoch-cpp 0.5.3
Header-only C++ wrapper for tempoch
Loading...
Searching...
No Matches
tempoch::PeriodListOverlappingError Class Reference

The period list contains overlapping intervals. More...

#include <tempoch/ffi_core.hpp>

Inheritance diagram for tempoch::PeriodListOverlappingError:
Collaboration diagram for tempoch::PeriodListOverlappingError:

Public Member Functions

 PeriodListOverlappingError (const std::string &msg)
 
- Public Member Functions inherited from tempoch::TempochException
 TempochException (const std::string &msg)
 

Detailed Description

The period list contains overlapping intervals.

Thrown by list operations that require non-overlapping input.

Definition at line 127 of file ffi_core.hpp.

Constructor & Destructor Documentation

◆ PeriodListOverlappingError()

tempoch::PeriodListOverlappingError::PeriodListOverlappingError ( const std::string &  msg)
inlineexplicit

Definition at line 129 of file ffi_core.hpp.


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