![]() |
Cinder
0.9.1
|
#include <Signals.h>
Public Types | |
typedef ResultT | CollectorResult |
Public Member Functions | |
CollectorBitwiseAnd () | |
const CollectorResult & | getResult () const |
bool | operator() (ResultT r) |
Returns a bitmask where in order for the bit in type T to be be 1, it has to be 1 from all slots. Returns 0 if there are no slots.
typedef ResultT cinder::signals::CollectorBitwiseAnd< ResultT >::CollectorResult |
|
explicit |
const CollectorResult& cinder::signals::CollectorBitwiseAnd< ResultT >::getResult | ( | ) | const |
bool cinder::signals::CollectorBitwiseAnd< ResultT >::operator() | ( | ResultT | r | ) |