gtListNode
template<typename node_type> class

Единица хранения данных в классе gtList.

Открытые члены
this_type_ptr m_next;
this_type_ptr m_prev;
node_type m_object;