Definition of IBoolean interface. More...
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CBooleanRefT< T > |
Namespaces | |
namespace | GENAPI_NAMESPACE |
Part of the generic device API. | |
Typedefs | |
typedef CBooleanRefT< IBoolean > | GENAPI_NAMESPACE::CBooleanRef |
Functions | |
virtual bool | GENAPI_NAMESPACE::GetValue (bool Verify=false, bool IgnoreCache=false) const =0 |
Get node value. | |
virtual bool | GENAPI_NAMESPACE::operator() () const |
Get node value. | |
virtual void | GENAPI_NAMESPACE::operator= (bool Value) |
Set node value. | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IBoolean |
Interface for Boolean properties. | |
interface GENAPI_DECL_ABSTRACT bool | GENAPI_NAMESPACE::Verify = true) = 0 |
Definition of IBoolean interface.
Definition in file IBoolean.h.