ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Fields | Public Methods | List of all members
StringTree< T >.Walker.NameAndNode Struct Reference
Collaboration diagram for StringTree< T >.Walker.NameAndNode:
[legend]

Class Description

Internal struct used to store the data of recursive iterations. This is declared public only for technical reasons.

Public Fields

String name
 
Node node
 

Public Methods

 NameAndNode (String _name, Node _node)
 

Constructor & Destructor Documentation

◆ NameAndNode()

NameAndNode ( String  _name,
Node  _node 
)
inline

Constructor.

Parameters
_nameThe name of the node
_nodeThe node

Member Data Documentation

◆ name

String name

The name of the node.

◆ node

Node node

The node


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