schwz  Generated automatically from develop
Public Member Functions | List of all members
ModuleNotImplemented Class Reference
Collaboration diagram for ModuleNotImplemented:
[legend]

Public Member Functions

 ModuleNotImplemented (const std::string &file, int line, const std::string &module, const std::string &func)
 Initializes a NotImplemented error. More...
 
- Public Member Functions inherited from Error
 Error (const std::string &file, int line, const std::string &what)
 Initializes an error. More...
 
virtual const char * what () const noexcept override
 Returns a human-readable string with a more detailed description of the error.
 

Constructor & Destructor Documentation

◆ ModuleNotImplemented()

ModuleNotImplemented::ModuleNotImplemented ( const std::string &  file,
int  line,
const std::string &  module,
const std::string &  func 
)
inline

Initializes a NotImplemented error.

Parameters
fileThe name of the offending source file
lineThe source code line number where the error occurred
moduleThe name of the not-yet implemented module
funcThe name of the not-yet implemented function

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