Cinder  0.9.1
Public Types | Public Member Functions | List of all members
cinder::signals::CollectorBooleanAnd Struct Reference

#include <Signals.h>

Public Types

typedef bool CollectorResult
 

Public Member Functions

 CollectorBooleanAnd ()
 
const CollectorResultgetResult () const
 
bool operator() (bool r)
 

Detailed Description

Returns true if all slots return true, else false. Does not short-circuit. Returns true if there are no slots.

Member Typedef Documentation

Constructor & Destructor Documentation

cinder::signals::CollectorBooleanAnd::CollectorBooleanAnd ( )
explicit

Member Function Documentation

const CollectorResult& cinder::signals::CollectorBooleanAnd::getResult ( ) const
bool cinder::signals::CollectorBooleanAnd::operator() ( bool  r)

The documentation for this struct was generated from the following file: