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