Public Member Functions | |
VarBlock (const bool &var) | |
virtual bool | operator() () |
Private Attributes | |
const bool & | var |
Definition at line 265 of file application.cpp.
Wt::VarBlock::VarBlock | ( | const bool & | var | ) | [inline] |
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 }
const bool& Wt::VarBlock::var [private] |
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.