SimulatorSystemStartRecord Class Reference

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

#include <SimulatorSystemStartRecord.h>

List of all members.

Public Member Functions

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


Detailed Description

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

Definition at line 13 of file SimulatorSystemStartRecord.h.


Constructor & Destructor Documentation

SimulatorSystemStartRecord::SimulatorSystemStartRecord (  ) 

Ctor.

SimulatorSystemStartRecord::~SimulatorSystemStartRecord (  ) 

Dtor.

SimulatorSystemStartRecord::SimulatorSystemStartRecord ( const SimulatorSystemStartRecord rhs  ) 

Copy ctor.

Parameters:
rhs The reference object.


Member Function Documentation

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

Copy operator.

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

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

The equality operator.

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

bool SimulatorSystemStartRecord::operator!= ( const SimulatorSystemStartRecord 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 SimulatorSystemStartRecord::size (  )  const

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

Returns:
Size in bytes.

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.


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