Wt::NullLayoutIterator Class Reference

#include <layout.h>

Inheritance diagram for Wt::NullLayoutIterator:

Inheritance graph
[legend]
Collaboration diagram for Wt::NullLayoutIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual LayoutItemoperator * () const
virtual bool operator!= (const LayoutIteratorInterface &) const
virtual NullLayoutIteratoroperator++ (int)
virtual void start ()
virtual bool finish ()
virtual LayoutItempop ()
bool operator== (const LayoutIteratorInterface &other) const

Detailed Description

Definition at line 59 of file layout.h.


Member Function Documentation

virtual bool Wt::NullLayoutIterator::finish (  )  [inline, virtual]

Implements Wt::LayoutIteratorInterface.

Definition at line 74 of file layout.h.

00074                           {
00075         return true;
00076     }

virtual LayoutItem* Wt::NullLayoutIterator::operator * (  )  const [inline, virtual]

Implements Wt::LayoutIteratorInterface.

Definition at line 61 of file layout.h.

00061                                           {
00062         return 0;
00063     }

virtual bool Wt::NullLayoutIterator::operator!= ( const LayoutIteratorInterface  )  const [inline, virtual]

Implements Wt::LayoutIteratorInterface.

Definition at line 64 of file layout.h.

00064                                                                   {
00065         return false;
00066     }

virtual NullLayoutIterator& Wt::NullLayoutIterator::operator++ ( int   )  [inline, virtual]

Implements Wt::LayoutIteratorInterface.

Definition at line 68 of file layout.h.

00068                                                 {
00069         return *this;
00070     }

bool Wt::LayoutIteratorInterface::operator== ( const LayoutIteratorInterface other  )  const [inline, inherited]

Definition at line 47 of file layout.h.

00047                                                                 {
00048         return !(**this != *other);
00049     }

virtual LayoutItem* Wt::NullLayoutIterator::pop (  )  [inline, virtual]

Implements Wt::LayoutIteratorInterface.

Definition at line 77 of file layout.h.

00077                               {
00078         return 0;
00079     }

virtual void Wt::NullLayoutIterator::start (  )  [inline, virtual]

Implements Wt::LayoutIteratorInterface.

Definition at line 73 of file layout.h.

00073 {}


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

Generated Fri Jul 28 19:29:45 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.