Public Member Functions | List of all members
Fragment_greater Struct Reference

Public Member Functions

bool operator() (const Fragment &p1, const Fragment &p2)
 

Detailed Description

Class representing the '>' operator for Fragment objects based on occurrence.

Definition at line 166 of file doxysearch.cpp.

Member Function Documentation

bool Fragment_greater::operator() ( const Fragment p1,
const Fragment p2 
)
inline

Definition at line 168 of file doxysearch.cpp.

169  {
170  return p1.occurrences>p2.occurrences;
171  }
int occurrences
Definition: doxysearch.cpp:162

The documentation for this struct was generated from the following file: