#include <resultbase.h>
Public Member Functions | |
ResultOk () | |
MAXON_IMPLICIT | ResultOk (T &value) |
T & | GetValue () const |
T & | UncheckedGetValue () const |
operator T& () const | |
Bool | operator== (ERROR_OK) const |
Bool | operator== (ERROR_FAILED) const |
const ThreadReferencedError & | GetErrorStorage () const |
Protected Attributes | |
T * | _value |
ResultOk | ( | ) |
MAXON_IMPLICIT ResultOk | ( | T & | value | ) |
T& GetValue | ( | ) | const |
T& UncheckedGetValue | ( | ) | const |
operator T& | ( | ) | const |
Bool operator== | ( | ERROR_FAILED | ) | const |
const ThreadReferencedError& GetErrorStorage | ( | ) | const |
|
protected |