OSVR-Core
Public Member Functions | List of all members
osvr::common::detail::PathNodeVisitorImpl< Visitor, NodeType, ResultType > Class Template Reference
Inheritance diagram for osvr::common::detail::PathNodeVisitorImpl< Visitor, NodeType, ResultType >:

Public Member Functions

 PathNodeVisitorImpl (NodeType &node, Visitor &v)
 
PathNodeVisitorImploperator= (PathNodeVisitorImpl const &)=delete
 Disable assignment operator, since we have reference members.
 
template<typename T >
ResultType operator() (T &val)
 Function call method for a non-const visitor.
 
template<typename T >
ResultType operator() (T const &val)
 Function call method for a const visitor.
 

The documentation for this class was generated from the following file: