MOOS 0.2375
|
#include <recordTypes.h>
Public Member Functions | |
idxRec () | |
bool | operator< (const idxRec &b) const |
Public Attributes | |
double | time |
long | lineBegin |
long | len |
Friends | |
std::ostream & | operator<< (std::ostream &os, const idxRec &rec) |
std::istream & | operator>> (std::istream &is, idxRec &rec) |
Definition at line 13 of file recordTypes.h.
aloglib::idxRec::idxRec | ( | ) | [inline] |
Definition at line 16 of file recordTypes.h.
Definition at line 16 of file recordTypes.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const idxRec & | rec | ||
) | [friend] |
Definition at line 21 of file recordTypes.cpp.
std::istream& operator>> | ( | std::istream & | is, |
idxRec & | rec | ||
) | [friend] |
Definition at line 29 of file recordTypes.cpp.
long aloglib::idxRec::len |
Definition at line 26 of file recordTypes.h.
Definition at line 25 of file recordTypes.h.
double aloglib::idxRec::time |
Definition at line 24 of file recordTypes.h.