Cppcheck
Public Member Functions | Public Attributes | List of all members
Library::Error Class Reference

#include <library.h>

Public Member Functions

 Error ()
 
 Error (ErrorCode e)
 
template<typename T >
 Error (ErrorCode e, T &&r)
 

Public Attributes

ErrorCode errorcode
 
std::string reason
 

Detailed Description

Definition at line 68 of file library.h.

Constructor & Destructor Documentation

◆ Error() [1/3]

Library::Error::Error ( )
inline

Definition at line 70 of file library.h.

◆ Error() [2/3]

Library::Error::Error ( ErrorCode  e)
inlineexplicit

Definition at line 71 of file library.h.

◆ Error() [3/3]

template<typename T >
Library::Error::Error ( ErrorCode  e,
T &&  r 
)
inline

Definition at line 73 of file library.h.

Member Data Documentation

◆ errorcode

ErrorCode Library::Error::errorcode

◆ reason

std::string Library::Error::reason

Definition at line 75 of file library.h.

Referenced by CmdLineParser::tryLoadLibrary().


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