Playlist::Iterator Class Reference

A forward and backward (constant) iterator for walking through the list of songs. More...

#include <MusicPlayer.h>

List of all members.

Public Member Functions

 Iterator ()
 Creates an invalid iterator.
void operator++ ()
 Increment operator.
void operator-- ()
 Decrement operator.
bool operator== (const Iterator &other) const
 Boolean equality.
bool operator!= (const Iterator &other) const
 Boolean inequality.
bool operator! () const
 Boolean negation.
 operator bool () const
 Boolean type cast.
const Songoperator* () const
 Dereference operator.
const Songoperator-> () const
 Dereference operator.
bool IsValid () const
 Checks for iterator validity.
bool IsEnd () const
 Returns true if the iterator is a valid end iterator.

Friends

class Playlist

Detailed Description

A forward and backward (constant) iterator for walking through the list of songs.


The documentation for this class was generated from the following file:
Generated on Mon Apr 5 19:08:06 2010 for BrickOut |ReDuX| by  doxygen 1.6.3