OSVR-Core
|
Header. More...
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
osvr::util::tree | |
Contains a generic tree. | |
Functions | |
template<typename T > | |
void | osvr::util::tree::buildPathRecursively (util::TreeNode< T > const &node, const char pathSeparator[], std::ostream &os) |
template<typename T > | |
std::string | osvr::util::tree::getTreeNodeFullPath (util::TreeNode< T > const &node, const char pathSeparator[]) |
Given a tree node and a path separator, get the full path identifying that tree node. More... | |
Header.