![]() |
Cinder
0.9.1
|
#include <Signals.h>
Public Types | |
typedef bool | CollectorResult |
Public Member Functions | |
CollectorBooleanAnd () | |
const CollectorResult & | getResult () const |
bool | operator() (bool r) |
Returns true if all slots return true, else false. Does not short-circuit. Returns true if there are no slots.
|
explicit |
const CollectorResult& cinder::signals::CollectorBooleanAnd::getResult | ( | ) | const |
bool cinder::signals::CollectorBooleanAnd::operator() | ( | bool | r | ) |