Numworks Epsilon  1.4.1
Graphing Calculator Operating System
TextArea::Text::LineIterator Class Reference

#include <text_area.h>

Public Member Functions

 LineIterator (const char *text)
 
Line operator* ()
 
LineIteratoroperator++ ()
 
bool operator!= (const LineIterator &it) const
 

Detailed Description

Definition at line 39 of file text_area.h.

Constructor & Destructor Documentation

◆ LineIterator()

TextArea::Text::LineIterator::LineIterator ( const char *  text)
inline

Definition at line 41 of file text_area.h.

Member Function Documentation

◆ operator!=()

bool TextArea::Text::LineIterator::operator!= ( const LineIterator it) const
inline

Definition at line 44 of file text_area.h.

◆ operator*()

Line TextArea::Text::LineIterator::operator* ( )
inline

Definition at line 42 of file text_area.h.

◆ operator++()

TextArea::Text::LineIterator & TextArea::Text::LineIterator::operator++ ( )

Definition at line 41 of file text_area.cpp.


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