An STL function object class, this is intended to be used on any ordered collection of pointers to classes that define a get_name() method, particularly for things that derive from Namable. More...
#include "stl_compares.h"
Public Member Functions | |
bool | is_equal (const Key &a, const Key &b) const |
Returns true if a is equivalent to b, false otherwise. More... | |
bool | operator() (const Key &a, const Key &b) const |
Returns true if a sorts before b, false otherwise. More... | |
An STL function object class, this is intended to be used on any ordered collection of pointers to classes that define a get_name() method, particularly for things that derive from Namable.
It defines the order of the pointers by case-sensitive name comparison.
Definition at line 109 of file stl_compares.h.
|
inline |
Returns true if a is equivalent to b, false otherwise.
Definition at line 92 of file stl_compares.I.
|
inline |
Returns true if a sorts before b, false otherwise.
Definition at line 83 of file stl_compares.I.