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

The period list is not sorted by start time. More...

#include <tempoch/ffi_core.hpp>

Inheritance diagram for tempoch::PeriodListUnsortedError:
Collaboration diagram for tempoch::PeriodListUnsortedError:

Public Member Functions

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

Detailed Description

The period list is not sorted by start time.

Thrown by list operations that require pre-sorted input.

Definition at line 117 of file ffi_core.hpp.

Constructor & Destructor Documentation

◆ PeriodListUnsortedError()

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

Definition at line 119 of file ffi_core.hpp.


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