|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
This is the complete list of members for tec::TStatus< TCode, TDesc >, including all inherited members.
| as_string() | tec::TStatus< TCode, TDesc > | inline |
| code | tec::TStatus< TCode, TDesc > | |
| desc | tec::TStatus< TCode, TDesc > | |
| kind | tec::TStatus< TCode, TDesc > | |
| ok() const | tec::TStatus< TCode, TDesc > | inline |
| operator bool() const | tec::TStatus< TCode, TDesc > | inline |
| operator<< | tec::TStatus< TCode, TDesc > | friend |
| TStatus() | tec::TStatus< TCode, TDesc > | inline |
| TStatus(Error::Kind _kind) | tec::TStatus< TCode, TDesc > | inline |
| TStatus(const TDesc &_desc, Error::Kind _kind=Error::Kind::Err) | tec::TStatus< TCode, TDesc > | inline |
| TStatus(const TCode &_code, Error::Kind _kind=Error::Kind::Err) | tec::TStatus< TCode, TDesc > | inline |
| TStatus(const TCode &_code, const TDesc &_desc, Error::Kind _kind=Error::Kind::Err) | tec::TStatus< TCode, TDesc > | inline |