#include <PreCEntry.h>
Public Member Functions | |
| bool | operator< (const PreCEntry &rhs) const |
| bool | operator== (const PreCEntry &rhs) const |
| PreCEntry (int f, int s, double t) | |
| void | putCEntry (int f, int s, double t) |
Public Attributes | |
| int | first |
| int | second |
| double | third |
Definition at line 6 of file PreCEntry.h.
| PreCEntry::PreCEntry | ( | int | f, |
| int | s, | ||
| double | t | ||
| ) |
Definition at line 5 of file PreCEntry.cpp.
| bool PreCEntry::operator< | ( | const PreCEntry & | rhs | ) | const |
Definition at line 17 of file PreCEntry.cpp.
| bool PreCEntry::operator== | ( | const PreCEntry & | rhs | ) | const |
Definition at line 33 of file PreCEntry.cpp.
| void PreCEntry::putCEntry | ( | int | f, |
| int | s, | ||
| double | t | ||
| ) |
Definition at line 11 of file PreCEntry.cpp.
| int PreCEntry::first |
Definition at line 8 of file PreCEntry.h.
Definition at line 9 of file PreCEntry.h.
| double PreCEntry::third |
Definition at line 10 of file PreCEntry.h.