Gromacs
2024.3
|
Implementation class.
Public Member Functions | |
Impl (const TextInputStreamPointer &stream) | |
Constructor. | |
Public Attributes | |
TextInputStreamPointer | stream_ |
Stream used by this reader. | |
bool | trimLeadingWhiteSpace_ |
Whether leading whitespace should be removed. | |
bool | trimTrailingWhiteSpace_ |
Whether trailing whitespace should be removed. | |
bool | trimTrailingComment_ |
Whether a trailing comment should be removed. | |
char | commentChar_ |
Character that denotes the start of a comment on a line. More... | |
char gmx::TextReader::Impl::commentChar_ |
Character that denotes the start of a comment on a line.
Zero until TextReader::setTrimTrailingComment is called to activate such trimming with a given character.