|
Gromacs
2026.0-dev-20251114-850eace
|
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.
1.8.5