OSVR-Core
|
Header. More...
#include <osvr/Util/TreeNode_fwd.h>
#include <boost/noncopyable.hpp>
#include <boost/operators.hpp>
#include <boost/assert.hpp>
#include <string>
#include <vector>
#include <algorithm>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | osvr::util::tree::NoSuchChild |
class | osvr::util::tree::TreeNode< ValueType > |
A node in a generic tree, which can contain an object by value. More... | |
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. | |
Header.