libwallaby  v24
The wallaby standard library
SensorLogic::And Class Reference

#include <sensor_logic.hpp>

Inheritance diagram for SensorLogic::And:
SensorLogic::Base Sensor< bool >

Public Member Functions

 And (const Sensor< bool > *a, const Sensor< bool > *b, bool owns=false)
 
virtual bool value () const
 
- Public Member Functions inherited from SensorLogic::Base
 Base (const Sensor< bool > *a, const Sensor< bool > *b, bool owns=false)
 
 ~Base ()
 
const Sensor< bool > * a () const
 
const Sensor< bool > * b () const
 
bool owns () const
 
- Public Member Functions inherited from Sensor< bool >
virtual ~Sensor ()
 

Constructor & Destructor Documentation

SensorLogic::And::And ( const Sensor< bool > *  a,
const Sensor< bool > *  b,
bool  owns = false 
)

Member Function Documentation

virtual bool SensorLogic::And::value ( ) const
virtual

Implements Sensor< bool >.


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