Bolean operators

Defines an event condition boolean operators
operator!
Event condition logic (not)
operator&&
Event condition logic (and)
operator||
Event condition logic (or)
The following comparison operations are supported:
    !Condition
    Condition && Condition
    Condition || Condition
    

Author:
Written June 2001 by Masahiro Ito and Daniel Sigg
Version:
1.0

alphabetic index hierarchy of classes


Please send questions and comments to sigg_d@ligo-wa.caltech.edu


generated by doc++