ComSDK
 Указатель Классы Пространства имен Функции Переменные Определения типов Перечисления Элементы перечислений Друзья Группы Страницы
Открытые атрибуты | Полный список членов класса
Шаблон класса tree_node_< T >

A node in the tree, combining links to other nodes as well as the actual data. Подробнее...

#include <tree.h>

Открытые атрибуты

tree_node_< T > * parent
 
tree_node_< T > * first_child
 
tree_node_< T > * last_child
 
tree_node_< T > * prev_sibling
 
tree_node_< T > * next_sibling
 
data
 

Подробное описание

template<class T>
class tree_node_< T >

A node in the tree, combining links to other nodes as well as the actual data.


Объявления и описания членов класса находятся в файле: