MD::StringListStream
MD::StringListStream< Trait > Class Template Referencefinal
#include <parser.h>
Public Member Functions | |
StringListStream (typename MdBlock< Trait >::Data &stream) | |
bool | atEnd () const |
long long int | currentLineNumber () const |
Trait::InternalString | lineAt (long long int pos) |
std::pair< typename Trait::InternalString, bool > | readLine () |
void | setLineNumber (long long int lineNumber) |
long long int | size () const |
Detailed Description
template<class Trait>
class MD::StringListStream< Trait >
class MD::StringListStream< Trait >
Wrapper for typename Trait::StringList to be behaved like a stream.
Constructor & Destructor Documentation
◆ StringListStream()
template<class Trait>
|
inline |
Member Function Documentation
◆ atEnd()
template<class Trait>
|
inline |
◆ currentLineNumber()
template<class Trait>
|
inline |
◆ lineAt()
template<class Trait>
|
inline |
◆ readLine()
template<class Trait>
|
inline |
◆ setLineNumber()
template<class Trait>
|
inline |
◆ size()
template<class Trait>
|
inline |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:46:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:46:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.