TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec::TStatus< TCode, TDesc > Member List

This is the complete list of members for tec::TStatus< TCode, TDesc >, including all inherited members.

as_string()tec::TStatus< TCode, TDesc >inline
codetec::TStatus< TCode, TDesc >
desctec::TStatus< TCode, TDesc >
kindtec::TStatus< TCode, TDesc >
ok() consttec::TStatus< TCode, TDesc >inline
operator bool() consttec::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