Implementation.
More...
#include <osvr/Common/ResolveTreeNode.h>
#include <osvr/Common/PathElementTypes.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/PathTreeFull.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/OriginalSource.h>
#include <osvr/Common/ParseAlias.h>
#include <osvr/Util/Verbosity.h>
#include <boost/variant.hpp>
#include <boost/lexical_cast.hpp>
#include <json/value.h>
#include <json/reader.h>
#include <sstream>
Go to the source code of this file.
|
void | osvr::common::ifNullTryInferFromParent (common::PathNode &node) |
| Given a node, if it's null, try to infer from the parent what it should be. More...
|
|
void | osvr::common::resolveTreeNodeImpl (PathTree &pathTree, std::string const &path, OriginalSource &source) |
|
boost::optional< OriginalSource > | osvr::common::resolveTreeNode (PathTree &pathTree, std::string const &path) |
|
Implementation.
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file ResolveTreeNode.cpp.