OSVR-Core
|
Public Member Functions | |
PathNodeVisitorImpl (NodeType &node, Visitor &v) | |
PathNodeVisitorImpl & | operator= (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. | |