#include <strlist.h>
Detailed Description
Definition at line 65 of file strlist.h.
Constructor & Destructor Documentation
qucs::strlistiterator::strlistiterator |
( |
| ) |
|
qucs::strlistiterator::strlistiterator |
( |
strlist & |
s | ) |
|
qucs::strlistiterator::strlistiterator |
( |
strlist * |
s | ) |
|
qucs::strlistiterator::~strlistiterator |
( |
| ) |
|
Member Function Documentation
int qucs::strlistiterator::count |
( |
void |
| ) |
|
char * qucs::strlistiterator::current |
( |
void |
| ) |
|
char * qucs::strlistiterator::first |
( |
void |
| ) |
|
char * qucs::strlistiterator::last |
( |
void |
| ) |
|
char* qucs::strlistiterator::operator* |
( |
void |
| ) |
[inline] |
char * qucs::strlistiterator::operator++ |
( |
void |
| ) |
|
char * qucs::strlistiterator::toFirst |
( |
void |
| ) |
|
char * qucs::strlistiterator::toLast |
( |
void |
| ) |
|
Field Documentation
struct strlist_t* qucs::strlistiterator::_current [private] |
struct strlist_t* qucs::strlistiterator::_first [private] |
struct strlist_t* qucs::strlistiterator::_last [private] |
strlist* qucs::strlistiterator::_strlist [private] |
The documentation for this class was generated from the following files: