Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
shortcircuit_and Class Template Reference#include <ShapeFuns.h>
Inheritance diagram for shortcircuit_and:
![]() Detailed Descriptiontemplate<typename PredType1, typename PredType2>
Classes for implementing shortcircuit And and Or predicates. Don't call directly; use AndPred and OrPred; use not1 for negation.
|
Public Member Functions | |
shortcircuit_and (PredType1 _p1, PredType2 _p2) | |
bool | operator() (const typename PredType1::argument_type &shape) const |
Public Attributes | |
PredType1 | p1 |
PredType2 | p2 |
shortcircuit_and | ( | PredType1 | _p1, | |
PredType2 | _p2 | |||
) | [inline] |
Definition at line 124 of file ShapeFuns.h.
bool operator() | ( | const typename PredType1::argument_type & | shape | ) | const [inline] |
Definition at line 126 of file ShapeFuns.h.
PredType1 p1 |
PredType2 p2 |
DualCoding 4.0 |
Generated Thu Nov 22 00:54:03 2007 by Doxygen 1.5.4 |