compare based on file location More...
#include <symbol_functors.h>
Public Member Functions | |
| bool | operator() (sample_entry const *lhs, sample_entry const *rhs) const |
| bool | operator() (symbol_entry const *lhs, symbol_entry const *rhs) const |
compare based on file location
Definition at line 18 of file symbol_functors.h.
| bool less_by_file_loc::operator() | ( | symbol_entry const * | lhs, | |
| symbol_entry const * | rhs | |||
| ) | const [inline] |
Definition at line 24 of file symbol_functors.h.
References sample_entry::file_loc, and symbol_entry::sample.
| bool less_by_file_loc::operator() | ( | sample_entry const * | lhs, | |
| sample_entry const * | rhs | |||
| ) | const [inline] |
Definition at line 19 of file symbol_functors.h.
References sample_entry::file_loc.
1.6.1