This commit is contained in:
Robin Müller 2021-01-15 18:15:52 +01:00
parent a9135696a5
commit 0514ab4d05
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ public:
*/
std::string* getPreamble();
/**
* Can be used to determine if the stream was configured to add CR characters in addition
* to newline characters.
* @return
*/
bool crAdditionEnabled() const;
protected: