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

#include <sensor_logic.hpp>

Inheritance diagram for SensorLogic::Not:
Sensor< bool >

Public Member Functions

 Not (const Sensor< bool > *input, bool owns=false)
 
 ~Not ()
 
virtual bool value () const
 
const Sensor< bool > * input () const
 
bool owns () const
 
- Public Member Functions inherited from Sensor< bool >
virtual ~Sensor ()
 

Constructor & Destructor Documentation

SensorLogic::Not::Not ( const Sensor< bool > *  input,
bool  owns = false 
)
SensorLogic::Not::~Not ( )

Member Function Documentation

const Sensor<bool>* SensorLogic::Not::input ( ) const
bool SensorLogic::Not::owns ( ) const
virtual bool SensorLogic::Not::value ( ) const
virtual

Implements Sensor< bool >.


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