Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::TextReader::Impl Class Reference

Description

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...
 

Member Data Documentation

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.


The documentation for this class was generated from the following file: