18 #ifndef RAUL_PATH_TABLE_HPP
19 #define RAUL_PATH_TABLE_HPP
21 #include <raul/Path.hpp>
22 #include <raul/Table.hpp>
27 class PathTable :
public Table<Path, T> {
34 typename Table<Path, T>::iterator find_descendants_end(
35 typename Table<Path, T>::iterator parent)
40 typename Table<Path, T>::const_iterator find_descendants_end(
41 typename Table<Path, T>::const_iterator parent)
const
50 #endif // RAUL_PATH_TABLE_HPP
static bool descendant_comparator(const Path &parent, const Path &child)
Return true if child is equal to, or a descendant of parent.
Definition: Path.hpp:137
const_iterator find_range_end(const_iterator left, bool(*comp)(const Path &, const Path &)) const