Main Page   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

bogotel::cond_predicate Struct Reference

#include <STLhelp.h>


Public Member Functions

 cond_predicate (bool &var, bool val)
bool operator() ()

Data Fields

bool & _var
bool _val


Constructor & Destructor Documentation

bogotel::cond_predicate::cond_predicate bool &  var,
bool  val
[inline]
 

Definition at line 45 of file STLhelp.h.

References _val, and _var.


Member Function Documentation

bool bogotel::cond_predicate::operator()  )  [inline]
 

Definition at line 47 of file STLhelp.h.

References _val, and _var.


Field Documentation

bool& bogotel::cond_predicate::_var
 

Definition at line 49 of file STLhelp.h.

Referenced by cond_predicate(), and operator()().

bool bogotel::cond_predicate::_val
 

Definition at line 50 of file STLhelp.h.

Referenced by cond_predicate(), and operator()().


The documentation for this struct was generated from the following file:
Generated on Tue Aug 12 12:42:28 2003 for bogotel by doxygen 1.3. Hosted by SourceForge.net Logo