Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NtpTH::ByFrac Struct Reference

List of all members.

Public Member Functions

bool operator() (const Fraction &lhs, const Fraction &rhs)

Member Function Documentation

bool NtpTH::ByFrac::operator() const Fraction lhs,
const Fraction rhs
[inline]
 

Definition at line 70 of file NtpTHModule.cxx.

References NtpTH::Fraction::frac.

00071          {
00072             return (lhs.frac < rhs.frac);
00073          }


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:10:39 2010 for loon by  doxygen 1.3.9.1