Header.
More...
#include <osvr/Util/TypeSafeId.h>
#include <osvr/Util/TypeSafeIdHash.h>
#include <stdexcept>
#include <cstdint>
Go to the source code of this file.
|
using | osvr::vbtracker::BodyId = util::TypeSafeId< detail::BodyIdTag > |
| Type-safe zero-based body ID.
|
|
using | osvr::vbtracker::TargetId = util::TypeSafeId< detail::TargetIdTag > |
| Type-safe zero-based target ID.
|
|
using | osvr::vbtracker::BodyTargetId = std::pair< BodyId, TargetId > |
| Type-safe zero-based target ID qualified with its body ID.
|
|
|
template<typename Stream > |
Stream & | osvr::vbtracker::operator<< (Stream &os, BodyTargetId const &id) |
| Stream output operator for the body-target ID.
|
|
Header.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file BodyIdTypes.h.