Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Tree_Node< T >::Children_Set Struct Reference

#include <tpl_tree_node.H>

Classes

struct  Iterator
 

Public Member Functions

 Children_Set (const Tree_Node &&)
 
 Children_Set (const Tree_Node &)
 

Detailed Description

template<class T>
struct Aleph::Tree_Node< T >::Children_Set

Definition at line 651 of file tpl_tree_node.H.

Constructor & Destructor Documentation

◆ Children_Set() [1/2]

template<class T >
Aleph::Tree_Node< T >::Children_Set::Children_Set ( const Tree_Node &&  )
inline

Definition at line 653 of file tpl_tree_node.H.

◆ Children_Set() [2/2]

template<class T >
Aleph::Tree_Node< T >::Children_Set::Children_Set ( const Tree_Node )
inline

Definition at line 654 of file tpl_tree_node.H.


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