Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
tap::errors::SystemError Class Reference

#include <system_error.hpp>

Public Member Functions

constexpr SystemError ()
 
constexpr SystemError (const char *desc, int line, const char *file)
 
constexpr int getLineNumber () const
 
const char * getDescription () const
 
const char * getFilename () const
 

Constructor & Destructor Documentation

◆ SystemError() [1/2]

constexpr tap::errors::SystemError::SystemError ( )
inlineconstexpr

◆ SystemError() [2/2]

constexpr tap::errors::SystemError::SystemError ( const char *  desc,
int  line,
const char *  file 
)
inlineconstexpr

Member Function Documentation

◆ getDescription()

const char * tap::errors::SystemError::getDescription ( ) const
inline

◆ getFilename()

const char * tap::errors::SystemError::getFilename ( ) const
inline

◆ getLineNumber()

constexpr int tap::errors::SystemError::getLineNumber ( ) const
inlineconstexpr

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