#include <arcane/core/ItemCompare.h>
Public Member Functions | |
| bool | operator() (const Cell &item1, const Cell &item2) const |
| bool | operator() (const ItemInternal *item1, const ItemInternal *item2) const |
Specific order for Item* to be used in a set. We use the ID, but the primary sort is by level. This ensures, when traversing the set from beginning to end, that lower level elements (parents) are encountered first.
Definition at line 52 of file ItemCompare.h.
|
inline |
Definition at line 56 of file ItemCompare.h.
|
inline |
Definition at line 65 of file ItemCompare.h.