tree< T, tree_node_allocator >::iterator_base_less Class Reference

#include <tree.h>


Detailed Description

template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
class tree< T, tree_node_allocator >::iterator_base_less

Comparator class for iterators (compares pointer values; why doesn't this work automatically?).

Definition at line 427 of file tree.h.


Public Member Functions

bool operator() (const typename tree< T, tree_node_allocator >::iterator_base &one, const typename tree< T, tree_node_allocator >::iterator_base &two) const

Member Function Documentation

template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
bool tree< T, tree_node_allocator >::iterator_base_less::operator() ( const typename tree< T, tree_node_allocator >::iterator_base one,
const typename tree< T, tree_node_allocator >::iterator_base two 
) const [inline]

Definition at line 429 of file tree.h.

00431                {
00432                return one.node < two.node;
00433                }


The documentation for this class was generated from the following file:
Generated on Wed Feb 27 20:32:40 2008 for php.ast.svn.src. by  doxygen 1.5.3