Definition at line 55 of file Dictionary.cpp.
Public Member Functions | |
| SortFunction () | |
| Constructor. | |
| bool | operator< (const SortFunction &right) const |
| Operator< for use in std::map sorting. | |
Data Fields | |
| Function * | function |
| The function reference that is to be used for sorting. | |
| EDoc::SortFunction::SortFunction | ( | ) | [inline] |
| bool EDoc::SortFunction::operator< | ( | const SortFunction & | right | ) | const [inline] |
Operator< for use in std::map sorting.
Definition at line 73 of file Dictionary.cpp.
References function, and EDoc::Function::total_calls.
The function reference that is to be used for sorting.
Definition at line 68 of file Dictionary.cpp.
Referenced by operator<().
1.5.1