SimulatorSystemStopRecord Class Reference

This class is used to carry the Simulator's data stop record. More...

#include <SimulatorSystemStopRecord.h>

List of all members.

Public Member Functions

 SimulatorSystemStopRecord ()
 Ctor.
 ~SimulatorSystemStopRecord ()
 Dtor.
 SimulatorSystemStopRecord (const SimulatorSystemStopRecord &rhs)
 Copy ctor.
SimulatorSystemStopRecordoperator= (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.


Detailed Description

This class is used to carry the Simulator's data stop record.

Definition at line 13 of file SimulatorSystemStopRecord.h.


Constructor & Destructor Documentation

SimulatorSystemStopRecord::SimulatorSystemStopRecord (  ) 

Ctor.

SimulatorSystemStopRecord::~SimulatorSystemStopRecord (  ) 

Dtor.

SimulatorSystemStopRecord::SimulatorSystemStopRecord ( const SimulatorSystemStopRecord rhs  ) 

Copy ctor.

Parameters:
rhs The reference object.


Member Function Documentation

SimulatorSystemStopRecord& SimulatorSystemStopRecord::operator= ( const SimulatorSystemStopRecord rhs  ) 

Copy operator.

Parameters:
rhs The reference object.
Returns:
This object.

bool SimulatorSystemStopRecord::operator== ( const SimulatorSystemStopRecord rhs  ) 

The equality operator.

Parameters:
rhs The reference object.
Returns:
If this object is equal to the reference object the return true.

bool SimulatorSystemStopRecord::operator!= ( const SimulatorSystemStopRecord rhs  ) 

The equality operator.

Parameters:
rhs The reference object.
Returns:
If this object is not equal to the reference object the return true.

off_t SimulatorSystemStopRecord::size (  )  const

Give the size (on the media) of this record.

Returns:
Size in bytes.

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.


The documentation for this class was generated from the following file: