|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
Class to manage a blank line in an INI file. More...
#include <IniFileLines.h>
Public Member Functions | |
| BlankLine ()=default | |
| Default constructor. | |
| BlankLine (const BlankLine &)=default | |
| Copy constructor. | |
| ~BlankLine () override=default | |
| Virtual destructor. | |
| BlankLine & | operator= (const BlankLine &)=default |
| Copy assignment operator. | |
| BlankLine (BlankLine &&)=default | |
| Move constructor. | |
| BlankLine & | operator= (BlankLine &&)=default |
| Move assignment operator. | |
| void | Print (std::ostream &os, bool addLineFeed=true) const override |
| Virtual Print function. More... | |
Public Member Functions inherited from core_lib::ini_file::if_private::Line | |
| Line (Line const &)=default | |
| Line (Line &&)=default | |
| Line & | operator= (Line const &)=default |
| Line & | operator= (Line &&)=default |
Class to manage a blank line in an INI file.
|
overridevirtual |
Virtual Print function.
| [in,out] | os | - Stream to write to. |
| [in] | addLineFeed | - (Optional) add a line feed. |
Implements core_lib::ini_file::if_private::Line.