Header. More...
Go to the source code of this file.
Classes | |
| struct | osvr::common::detail::AliasPriorityWrapper |
Namespaces | |
| osvr | |
| < | |
| osvr::common | |
| Handles spatial transformations. | |
| osvr::common::elements | |
| Namespace for the various element types that may constitute a node in the path tree. | |
Functions | |
| template<typename T > | |
| T && | osvr::common::detail::operator<< (T &&os, AliasPriorityWrapper const &wrapper) |
| detail::AliasPriorityWrapper | osvr::common::outputPriority (AliasPriority priority) |
| Helper method to output a priority in a formatted way to a stream. | |
| const char * | osvr::common::elements::getTypeName (PathElement const &elt) |
| Gets a string that indicates the type of path element. Do not use this for conditionals/comparisons unless there's really no better way! (There probably is a better way with a variant static_visitor) More... | |
| template<typename ElementType > | |
| const char * | osvr::common::elements::getTypeName () |
| Gets the string that represents the templated type. | |
| void | osvr::common::elements::ifNullReplaceWith (PathElement &dest, PathElement const &src) |
| If dest is a NullElement, replace it with the provided src element. More... | |
| bool | osvr::common::elements::isNull (PathElement const &elt) |
| Returns true if the path element provided is a NullElement. | |
| size_t | osvr::common::elements::getMaxTypeNameLength () |
| Gets the length of the longest type name. | |