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

#include <sensor_logic.hpp>

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

Public Member Functions

 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 ()
 
virtual bool value () const =0
 

Constructor & Destructor Documentation

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

Member Function Documentation

const Sensor<bool>* SensorLogic::Base::a ( ) const
const Sensor<bool>* SensorLogic::Base::b ( ) const
bool SensorLogic::Base::owns ( ) const

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