OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TreeNode.h File Reference

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

singleton  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. This namespace exists to assist in argument-dependent lookup with tree-related nonmembers, the class template TreeNode is imported into the parent namespace.
 

Detailed Description

Header.

Date
2014
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file TreeNode.h.