Inheritance diagram for rpa::pthread_exception:
Public Member Functions | |
int | line (void) const |
const char * | what (void) const |
pthread_exception (int aLine) | |
pthread_exception (int aLine, int aErr) | |
Private Attributes | |
int | _Line |
int | _ErrCode |
rpa::pthread_exception::pthread_exception | ( | int | aLine | ) | [inline] |
rpa::pthread_exception::pthread_exception | ( | int | aLine, | |
int | aErr | |||
) | [inline] |
int rpa::pthread_exception::line | ( | void | ) | const [inline] |
const char* rpa::pthread_exception::what | ( | void | ) | const [inline] |
Reimplemented in rpa::posix_thread_exception.
int rpa::pthread_exception::_ErrCode [private] |
int rpa::pthread_exception::_Line [private] |