5 #include <libutl/BinTreeIt.h> 32 return utl::cast<T>(BinTreeIt::get());
42 typedef T* value_type;
43 typedef T*& reference;
45 typedef std::bidirectional_iterator_tag iterator_category;
46 typedef std::ptrdiff_t difference_type;
#define UTL_CLASS_IMPL_TPL(className, T)
Implementation of standard UTL++ functionality for a template class.
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
In-order bi-directional BinTree iterator.
#define UTL_CLASS_DECL_TPL(DC, T, BC)
Declaration of standard UTL++ functionality for a template class with one parameter.
Template version of RBtreeIt.