Wt::VarBlock Class Reference

Inheritance diagram for Wt::VarBlock:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VarBlock (const bool &var)
virtual bool operator() ()

Private Attributes

const bool & var

Detailed Description

Definition at line 265 of file application.cpp.


Constructor & Destructor Documentation

Wt::VarBlock::VarBlock ( const bool &  var  )  [inline]

Definition at line 267 of file application.cpp.

00268             : var(var) {}


Member Function Documentation

virtual bool Wt::VarBlock::operator() (  )  [inline, virtual]

Implements Wt::Application::Condition.

Definition at line 270 of file application.cpp.

References var.

00270                               {
00271         return !var;
00272     }


Member Data Documentation

const bool& Wt::VarBlock::var [private]

Definition at line 275 of file application.cpp.

Referenced by operator()().


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

Generated Fri Jul 28 19:25:17 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.