Header.
More...
#include <osvr/Common/Export.h>
#include <osvr/Common/PathElementTypes_fwd.h>
#include <osvr/Util/TreeNode_fwd.h>
#include <osvr/Common/PathNode.h>
#include <boost/variant/static_visitor.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/noncopyable.hpp>
Go to the source code of this file.
|
template<typename Visitor > |
Visitor::result_type | osvr::common::applyPathNodeVisitor (Visitor &v, PathNode &node) |
| Visit a node's element's contained type, similar to boost::apply_visitor, but passing both the PathNode and the PathElement type.
|
|
template<typename Visitor > |
Visitor::result_type | osvr::common::applyPathNodeVisitor (Visitor &v, PathNode const &node) |
|
Header.
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file ApplyPathNodeVisitor.h.