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

#include <sensor_logic.hpp>

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

Public Member Functions

 Xor (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::Xor::Xor ( const Sensor< bool > *  a,
const Sensor< bool > *  b,
bool  owns = false 
)

Member Function Documentation

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

Implements Sensor< bool >.


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