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 BooleanT & | 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 107 of file BooleanT.h.
|
inlinevirtual |
Definition at line 130 of file BooleanT.h.
|
inlinevirtual |
Definition at line 100 of file BooleanT.h.
|
inlinevirtual |
IBoolean::SetValue()
Definition at line 52 of file BooleanT.h.