Implementation of the IBoolean interface. More...
#include <BooleanT.h>

Public Member Functions | |
GenApi::IBoolean implementation | |
| virtual void | SetValue (bool Value, bool Verify=true) |
| IBoolean::SetValue() More... | |
| virtual void | operator= (bool Value) |
| IBoolean::operator=() More... | |
| virtual bool | GetValue (bool Verify=false, bool IgnoreCache=false) const |
| IBoolean::GetValue() More... | |
| virtual bool | operator() () const |
| IBoolean::operator()() More... | |
Implementation of the IBoolean interface.
Definition at line 45 of file BooleanT.h.
|
inlinevirtual |
Definition at line 104 of file BooleanT.h.
|
inlinevirtual |
Definition at line 127 of file BooleanT.h.
|
inlinevirtual |
Definition at line 98 of file BooleanT.h.
|
inlinevirtual |
IBoolean::SetValue()
Definition at line 52 of file BooleanT.h.