Helios++
Helios software for LiDAR simulations
|
Class defining the strategy to read char by char from a file input stream. More...
#include <CharReadingStrategy.h>
Public Member Functions | |
CharReadingStrategy (ifstream &ifs) | |
Default constructor for char reading strategy. More... | |
char | read () override |
Read character from text file. More... | |
![]() | |
SimpleReadingStrategy (ifstream &ifs) | |
Default constructor for simple reading strategy. | |
![]() | |
ReadingStrategy ()=default | |
Default constructor for reading strategy. | |
Additional Inherited Members | |
![]() | |
ifstream & | ifs |
Reference to the input file stream to read from. | |
Class defining the strategy to read char by char from a file input stream.
|
inline |
Default constructor for char reading strategy.
|
inlineoverridevirtual |
Read character from text file.
Implements helios::filems::ReadingStrategy< ReadType >.