![]() |
ATLAS Offline Software
|
#include <CoWRecord.h>
Public Member Functions | |
| CoWRecord (bool summary=true) | |
| void | parseRecord (std::istream &in) |
| CoWRecord | operator- () const |
| operator bool () const | |
| CoWRecord & | operator+= (const CoWRecord &rhs) |
| CoWRecord & | operator-= (const CoWRecord &rhs) |
Public Attributes | |
| unsigned long | addrStart |
| unsigned long | addrEnd |
| short | perms |
| unsigned long long | offset |
| unsigned long | inode |
| CoWRecordStats | m_ms |
| unsigned int | dmin |
| unsigned int | dmaj |
Friends | |
| CoWRecord | operator- (CoWRecord lhs, const CoWRecord &rhs) |
| CoWRecord | operator+ (CoWRecord lhs, const CoWRecord &rhs) |
Definition at line 12 of file CoWRecord.h.
|
inline |
|
inlineexplicit |
Definition at line 40 of file CoWRecord.h.
Definition at line 52 of file CoWRecord.h.
|
inline |
Definition at line 35 of file CoWRecord.h.
Definition at line 58 of file CoWRecord.h.
| void CoWTools::CoWRecord::parseRecord | ( | std::istream & | in | ) |
Definition at line 8 of file CoWRecord.cxx.
Definition at line 48 of file CoWRecord.h.
Definition at line 32 of file CoWRecord.h.
| unsigned long CoWTools::CoWRecord::addrEnd |
Definition at line 24 of file CoWRecord.h.
| unsigned long CoWTools::CoWRecord::addrStart |
Definition at line 24 of file CoWRecord.h.
| unsigned int CoWTools::CoWRecord::dmaj |
Definition at line 29 of file CoWRecord.h.
| unsigned int CoWTools::CoWRecord::dmin |
Definition at line 29 of file CoWRecord.h.
| unsigned long CoWTools::CoWRecord::inode |
Definition at line 27 of file CoWRecord.h.
| CoWRecordStats CoWTools::CoWRecord::m_ms |
Definition at line 28 of file CoWRecord.h.
| unsigned long long CoWTools::CoWRecord::offset |
Definition at line 26 of file CoWRecord.h.
| short CoWTools::CoWRecord::perms |
Definition at line 25 of file CoWRecord.h.