template <typename ReturnType>
class NodeVisitor
Defined at line 893 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
A Walker for visiting each node. It is presented as a type erased
callback that will do proper cast.
Public Methods
template <typename TypedCaller>
void NodeVisitor<ReturnType> (TypedCaller & callback)
Defined at line 898 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h
ReturnType operator() (const NodePath & path, const PropertyDecoder & decoder)
Defined at line 913 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/devicetree.h