GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Cpl::Io::IsEos Class Referenceabstract

This abstract class defines a isEos() operation that is intended to be used Input and Output streams. More...

Detailed Description

This abstract class defines a isEos() operation that is intended to be used Input and Output streams.

Since InputOutput streams are supported we end up with 2 isEos() methods when the InputOutput class inherits from Input and Output interfaces. This causes basically a 'diamond' problem. By making the isEof() it owns interface and a parent class - we can use the 'virtual mechanism' in C++ to ensure that for InputOutput classes there is one and only one isEos() method.

#include <IsEos.h>

Inheritance diagram for Cpl::Io::IsEos:
[legend]

Public Member Functions

virtual bool isEos ()=0
 This method returns true if End-of-Stream was encountered on the stream.
 
virtual ~IsEos ()
 Lets the make the destructor virtual.
 

Constructor & Destructor Documentation

◆ ~IsEos()

virtual Cpl::Io::IsEos::~IsEos ( )
inlinevirtual

Lets the make the destructor virtual.

Member Function Documentation

◆ isEos()

virtual bool Cpl::Io::IsEos::isEos ( )
pure virtual

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