Functions | |
| 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) |
| void kp::constructor | ( | T1 * | p, |
| T2 & | val | ||
| ) |
Definition at line 59 of file tree_new.h.
| void kp::constructor | ( | T1 * | p | ) |
Definition at line 65 of file tree_new.h.
| void kp::destructor | ( | T1 * | p | ) |
Definition at line 71 of file tree_new.h.