Grok 12.0.1
|
#include <GrkObjectWrapper.h>
Public Member Functions | |
GrkObjectWrapperImpl (T *wrap) | |
virtual | ~GrkObjectWrapperImpl (void)=default |
virtual void | release (void) |
T * | getWrappee (void) |
![]() | |
GrkObjectWrapper (void) | |
virtual | ~GrkObjectWrapper (void) |
int32_t | ref (void) |
int32_t | unref (void) |
Private Attributes | |
T * | wrappee |
|
inlineexplicit |
|
virtualdefault |
|
inline |
References grk::grk_read(), and grk::GrkObjectWrapperImpl< T >::wrappee.
|
inlinevirtual |
Implements grk::GrkObjectWrapper.
References grk::grk_read(), and grk::GrkObjectWrapperImpl< T >::wrappee.
|
private |