#include <PathTable.hpp>
Inherits Table< Path, T >.

Public Member Functions | |
| Table< Path, T >::iterator | find_descendants_end (typename Table< Path, T >::iterator parent) | 
| Find all descendants of a Path key in the Table.   | |
| Table< Path, T >::const_iterator | find_descendants_end (typename Table< Path, T >::const_iterator parent) const | 
Table of Paths.
| Table<Path, T>::iterator Raul::PathTable< T >::find_descendants_end | ( | typename Table< Path, T >::iterator | parent | ) |  [inline] | 
        
Find all descendants of a Path key in the Table.
It is guaranteed that (parent, parent+1, parent+2, ..., ret-1) are all descendants of parent. The return value is never a descendent of parent, and may be end().
References Raul::Path::descendant_comparator(), and Raul::Table< Path, T >::find_range_end().
 1.7.1