OSVR-Core
|
A wrapper to easily define structures that exist just to hold a pointer. More...
#include <PointerWrapper.h>
Public Member Functions | |
PointerWrapper (Contained *ptr=nullptr) | |
operator Contained ** () | |
Contained ** | getContainerLocation () |
Contained * | operator-> () |
Contained & | operator* () |
A wrapper to easily define structures that exist just to hold a pointer.