A wrapper to easily define structures that exist just to hold a pointer. More...
#include <osvr/Util/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.
Definition at line 41 of file PointerWrapper.h.