![]() |
MOS Source Code
|
#include <types.hpp>
Public Member Functions | |
| PtrResult () | |
| PtrResult (int errorCode) | |
| std::add_lvalue_reference< void >::type | operator* () |
| void * | operator-> () |
| void * | get () const |
| bool | operator== (const std::nullptr_t) const |
| operator bool () const | |
| Public Member Functions inherited from PtrResultBase | |
| virtual bool | isErr () const final |
| virtual long | getErr () const final |
| operator bool () const | |
Private Attributes | |
| void *const | value |
Additional Inherited Members | |
| Protected Member Functions inherited from PtrResultBase | |
| PtrResultBase () | |
| PtrResultBase (int errorCode) | |
| Protected Attributes inherited from PtrResultBase | |
| const int | errorCode |
|
inline |
|
inline |