|
Monado OpenXR Runtime
|
CRTP glue wrapper for xrt_hand_tracker. More...
#include <glue/g_hand_tracker.hpp>
Public Member Functions | |
| const T & | derived () const noexcept |
| T & | derived () noexcept |
| const xrt_hand_tracker * | getXHT () const noexcept |
| xrt_hand_tracker * | getXHT () noexcept |
Static Public Member Functions | |
| static const T * | fromXHT (const xrt_hand_tracker *xht) noexcept |
| static T * | fromXHT (xrt_hand_tracker *xht) noexcept |
CRTP glue wrapper for xrt_hand_tracker.
Relies on standard layout to recover the derived object from the C struct, and has some requirements and limitations because of that. See C++ glue wrappers for the guide and conventions for these wrappers.