idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
idol::NotImplemented Class Reference
Inheritance diagram for idol::NotImplemented:
Inheritance graph
Collaboration diagram for idol::NotImplemented:
Collaboration graph

Public Member Functions

 NotImplemented (std::string t_functionality, const std::string &t_method_to_override)
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 14 of file NotImplemented.h.

Constructor & Destructor Documentation

◆ NotImplemented()

idol::NotImplemented::NotImplemented ( std::string  t_functionality,
const std::string &  t_method_to_override 
)
inline

Definition at line 16 of file NotImplemented.h.

Member Function Documentation

◆ what()

const char * idol::Exception::what ( ) const
inlineoverridenoexceptinherited

Definition at line 19 of file Exception.h.