KDevelop API Documentation

ASStringIterator Class Reference

#include <astyle_adaptor.h>

Inheritance diagram for ASStringIterator:

Inheritance graph
[legend]
Collaboration diagram for ASStringIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ASStringIterator (const QString &string)
virtual ~ASStringIterator ()
virtual bool hasMoreLines () const
virtual string nextLine ()

Private Attributes

QString _content
QTextStream_is

Constructor & Destructor Documentation

ASStringIterator::ASStringIterator const QString string  ) 
 

Definition at line 10 of file astyle_adaptor.cpp.

References _content, _is, and text().

ASStringIterator::~ASStringIterator  )  [virtual]
 

Definition at line 17 of file astyle_adaptor.cpp.


Member Function Documentation

bool ASStringIterator::hasMoreLines  )  const [virtual]
 

Implements astyle::ASSourceIterator.

Definition at line 23 of file astyle_adaptor.cpp.

References _is.

string ASStringIterator::nextLine  )  [virtual]
 

Implements astyle::ASSourceIterator.

Definition at line 29 of file astyle_adaptor.cpp.

References _is.


Member Data Documentation

QString ASStringIterator::_content [private]
 

Definition at line 25 of file astyle_adaptor.h.

Referenced by ASStringIterator().

QTextStream* ASStringIterator::_is [private]
 

Definition at line 26 of file astyle_adaptor.h.

Referenced by ASStringIterator(), hasMoreLines(), and nextLine().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:19:05 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003