#include <errorbase.h>
Public Types | |
| using | ReferenceClass = ErrorPtr |
| using | ReferencedType = const ErrorInterface |
| using | Handler = PointerHandler |
| using | Component = const ErrorInterface |
| template<typename TO > | |
| using | HasBaseDetector = maxon::HasBaseDetector< const ErrorInterface, TO > |
Public Member Functions | |
| const ErrorInterface * | GetPointer () const |
| const ErrorInterface *const * | GetStorage () const |
| ErrorPtr & | PrivateGetRefMember () |
| const ErrorPtr & | PrivateGetRefMember () const |
| void | PrivateSetPointer (const ErrorInterface *const *ptr) |
Static Public Member Functions | |
| static std::nullptr_t | GetWrapper () |
Static Public Attributes | |
| static constexpr Bool | DIRECT_REF |
| static constexpr Bool | HAS_ERROR |
Protected Attributes | |
| const ErrorInterface *const * | _ptr |
| using ReferenceClass = ErrorPtr |
| using ReferencedType = const ErrorInterface |
| using Handler = PointerHandler |
| using Component = const ErrorInterface |
| using HasBaseDetector = maxon::HasBaseDetector<const ErrorInterface, TO> |
|
static |
| const ErrorInterface* GetPointer | ( | ) | const |
| const ErrorInterface* const* GetStorage | ( | ) | const |
| void PrivateSetPointer | ( | const ErrorInterface *const * | ptr | ) |
|
staticconstexpr |
|
staticconstexpr |
|
protected |