STFishFinder API  API version 0.0.0, Documentation version 3 -PRELIMINARY-
STFF::Replay Class Reference

Replay class. More...

Public Member Functions

 Replay ()
 This is the Replay class constructor. More...
 
 ~Replay ()
 This is the Replay destructor. More...
 
 Replay (const Replay &)
 This is the Replay copy constructor. More...
 
const Replayoperator= (const Replay &)
 This is the Replay assignment operator. More...
 

Detailed Description

Replay class.

The Replay class contains data and methods pertaining to the recording and playback of data received from a black box fish finder.

Definition at line 48 of file STFF-Replay.h.

Constructor & Destructor Documentation

STFF::Replay::Replay ( )

This is the Replay class constructor.

The Replay object created with this constructor is empty, containing no data.

Returns
(not applicable)
STFF::Replay::~Replay ( )

This is the Replay destructor.

Returns
(not applicable)
STFF::Replay::Replay ( const Replay )

This is the Replay copy constructor.

Parameters
constReplay & reference to an existing Replay object
Returns
Replay a new Replay object that is a copy of the original

Member Function Documentation

Replay & STFF::Replay::operator= ( const Replay )

This is the Replay assignment operator.

Parameters
constReplay & reference to a first existing Replay object (right hand side of assignment)
Returns
const Replay & reference to a second existing Replay object (left hand side of assignment)

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