#include <SimulatorSystemStartRecord.h>
Public Member Functions | |
SimulatorSystemStartRecord () | |
Ctor. | |
~SimulatorSystemStartRecord () | |
Dtor. | |
SimulatorSystemStartRecord (const SimulatorSystemStartRecord &rhs) | |
Copy ctor. | |
SimulatorSystemStartRecord & | operator= (const SimulatorSystemStartRecord &rhs) |
Copy operator. | |
bool | operator== (const SimulatorSystemStartRecord &rhs) |
The equality operator. | |
bool | operator!= (const SimulatorSystemStartRecord &rhs) |
The equality operator. | |
off_t | size () const |
Give the size (on the media) of this record. | |
bool | write (ACE_FILE_IO &file) |
Write a data start record to media. | |
bool | read (const ACE_FILE_IO &file) |
Read a data start record to media. |
Definition at line 13 of file SimulatorSystemStartRecord.h.
SimulatorSystemStartRecord::SimulatorSystemStartRecord | ( | ) |
Ctor.
SimulatorSystemStartRecord::~SimulatorSystemStartRecord | ( | ) |
Dtor.
SimulatorSystemStartRecord::SimulatorSystemStartRecord | ( | const SimulatorSystemStartRecord & | rhs | ) |
Copy ctor.
rhs | The reference object. |
SimulatorSystemStartRecord& SimulatorSystemStartRecord::operator= | ( | const SimulatorSystemStartRecord & | rhs | ) |
Copy operator.
rhs | The reference object. |
bool SimulatorSystemStartRecord::operator== | ( | const SimulatorSystemStartRecord & | rhs | ) |
The equality operator.
rhs | The reference object. |
bool SimulatorSystemStartRecord::operator!= | ( | const SimulatorSystemStartRecord & | rhs | ) |
The equality operator.
rhs | The reference object. |
off_t SimulatorSystemStartRecord::size | ( | ) | const |
Give the size (on the media) of this record.
bool SimulatorSystemStartRecord::write | ( | ACE_FILE_IO & | file | ) |
Write a data start record to media.
bool SimulatorSystemStartRecord::read | ( | const ACE_FILE_IO & | file | ) |
Read a data start record to media.