My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
strlistiterator Class Reference

#include <strlist.h>

Public Member Functions

 strlistiterator ()
 
 strlistiterator (strlist &)
 
 strlistiterator (strlist *)
 
 ~strlistiterator ()
 
int count (void)
 
char * toFirst (void)
 
char * toLast (void)
 
char * operator++ (void)
 
char * operator* (void)
 
char * current (void)
 
char * first (void)
 
char * last (void)
 

Detailed Description

Definition at line 63 of file strlist.h.

Constructor & Destructor Documentation

strlistiterator::strlistiterator ( )

Definition at line 205 of file strlist.cpp.

strlistiterator::strlistiterator ( strlist s)

Definition at line 191 of file strlist.cpp.

Here is the call graph for this function:

strlistiterator::strlistiterator ( strlist s)

Definition at line 198 of file strlist.cpp.

Here is the call graph for this function:

strlistiterator::~strlistiterator ( )

Definition at line 211 of file strlist.cpp.

Member Function Documentation

int strlistiterator::count ( void  )

Definition at line 215 of file strlist.cpp.

Here is the call graph for this function:

char * strlistiterator::current ( void  )

Definition at line 239 of file strlist.cpp.

Here is the caller graph for this function:

char * strlistiterator::first ( void  )

Definition at line 244 of file strlist.cpp.

char * strlistiterator::last ( void  )

Definition at line 249 of file strlist.cpp.

char* strlistiterator::operator* ( void  )
inline

Definition at line 75 of file strlist.h.

Here is the call graph for this function:

char * strlistiterator::operator++ ( void  )

Definition at line 233 of file strlist.cpp.

char * strlistiterator::toFirst ( void  )

Definition at line 220 of file strlist.cpp.

Here is the caller graph for this function:

char * strlistiterator::toLast ( void  )

Definition at line 226 of file strlist.cpp.

Here is the caller graph for this function:


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