![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This concrete class implements a Line Reader stream using a previously opened Input stream. More...
This concrete class implements a Line Reader stream using a previously opened Input stream.
#include <LineReader.h>
Public Member Functions | |
LineReader (Input &stream, const char *newline=NewLine::standard()) | |
Constructor. | |
bool | readln (Cpl::Text::String &destString) |
See LineReaderApi. | |
bool | available () |
See LineReaderApi. | |
void | close () |
See LineReaderApi. | |
![]() | |
virtual | ~LineReaderApi () |
Lets the make the destructor virtual. | |
![]() | |
bool | insert_ (void *newContainerPtr) |
Helper method to trap when inserting an item in multiple containers. | |
bool | isInContainer_ (const void *containerPtr) const noexcept |
Returns 'true' if the instance is in the specified container. | |
Protected Attributes | |
Input & | m_stream |
Data source. | |
const char * | m_newline |
Newline. | |
Additional Inherited Members | |
![]() | |
static void | remove_ (Item *itemPtr) noexcept |
Helper method to do the proper 'clean-up' for the multiple-containers-error-trap when removing an item from a container. | |
![]() | |
void * | m_nextPtr_ |
The link field. | |
void * | m_inListPtr_ |
Debug field. | |
![]() | |
Item () | |
Constructor. | |
Item (const char *) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
Cpl::Io::LineReader::LineReader | ( | Input & | stream, |
const char * | newline = NewLine::standard() |
||
) |
Constructor.
|
virtual |
See LineReaderApi.
Implements Cpl::Io::LineReaderApi.
|
virtual |
See LineReaderApi.
Implements Cpl::Io::LineReaderApi.
|
virtual |
See LineReaderApi.
Implements Cpl::Io::LineReaderApi.
|
protected |
Newline.
|
protected |
Data source.