SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::Error Class Referencefinal

#include <error.h>

Public Member Functions

Error Copy () const
 Error ()=default
 Error (Error &&)=default
char const * GetDescription () const
char const * GetFile () const
int GetLine () const
bool IsOK () const
Erroroperator= (Error &&)=default
void SetFirstError (char const *description, char const *file, int line)
std::string ToString () const
 ~Error ()=default

Detailed Description

Definition at line 65 of file error.h.

Constructor & Destructor Documentation

◆ Error() [1/2]

superdex::Error::Error ( )
default

◆ ~Error()

superdex::Error::~Error ( )
default

◆ Error() [2/2]

superdex::Error::Error ( Error && )
default

Member Function Documentation

◆ Copy()

Error superdex::Error::Copy ( ) const
inline

Definition at line 102 of file error.h.

◆ GetDescription()

char const * superdex::Error::GetDescription ( ) const
inline

Definition at line 78 of file error.h.

◆ GetFile()

char const * superdex::Error::GetFile ( ) const
inline

Definition at line 83 of file error.h.

◆ GetLine()

int superdex::Error::GetLine ( ) const
inline

Definition at line 88 of file error.h.

◆ IsOK()

bool superdex::Error::IsOK ( ) const
inline

Definition at line 73 of file error.h.

◆ operator=()

Error & superdex::Error::operator= ( Error && )
default

◆ SetFirstError()

void superdex::Error::SetFirstError ( char const * description,
char const * file,
int line )
inline

Definition at line 108 of file error.h.

◆ ToString()

std::string superdex::Error::ToString ( ) const
inline

Definition at line 93 of file error.h.


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