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

Функции

template<class T1 , class T2 >
void constructor (T1 *p, T2 &val)
 
template<class T1 >
void constructor (T1 *p)
 
template<class T1 >
void destructor (T1 *p)
 

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

tree.hh

Автор
Kasper Peeters
Версия
2.65
Дата
03-Apr-2009
См. также
http://www.aei.mpg.de/~peekas/tree/
http://www.aei.mpg.de/~peekas/tree/ChangeLog

The tree.hh library for C++ provides an STL-like container class for n-ary trees, templated over the data stored at the nodes. Various types of iterators are provided (post-order, pre-order, and others). Where possible the access methods are compatible with the STL or alternative algorithms are available.