#include <HxBpoOr.h>
Public Methods | |
| HxBpoOr (HxTagList &) | |
| Constructor : empty. More... | |
| DstValT | doIt (const Src1ValT &x, const Src2ValT &y) | 
| Actual operation : # return x.or(y) #. More... | |
Static Public Methods | |
| DstValT | neutralElement () | 
| HxString | className () | 
| The name : "or". More... | |
      
  | 
  ||||||||||
| 
 Constructor : empty. 
 
 00025                         {}
 | 
  
      
  | 
  ||||||||||||||||
| 
 Actual operation : # return x.or(y) #. 
 
 00029                         { return x.or(y); }
 | 
  
      
  | 
  |||||||||
| 
 The name : "or". 
 
 00036                         { return HxString("or"); }
 | 
  
1.2.12 written by Dimitri van Heesch,
 © 1997-2001