Skip to content

GenApi::CBooleanRefT#

More…

Inherits from GenApi::CValueRefT< T >

Public Functions#

Name
virtual void SetValue(bool Value, bool Verify =true)
Set node value.
virtual void operator=(bool Value)
Set node value.
virtual bool GetValue(bool Verify =false, bool IgnoreCache =false) const
Get node value.
virtual bool operator())() const
Get node value.
virtual INode * GetNode()
Get the INode interface of the node.
virtual GenICam::gcstring ToString(bool Verify =false, bool IgnoreCache =false)
Get content of the node as string.
virtual void FromString(const GenICam::gcstring & ValueStr, bool Verify =true)
Set content of the node as string.
virtual bool IsValueCacheValid() const
Checks if the value comes from cache or is requested from another node.
virtual EAccessMode GetAccessMode() const
Get the access mode of the node.

Detailed Description#

template <class T >
class GenApi::CBooleanRefT;

Public Functions Documentation#

function SetValue#

inline virtual void SetValue(
    bool Value,
    bool Verify =true
)

Set node value.

function operator=#

inline virtual void operator=(
    bool Value
)

Set node value.

function GetValue#

inline virtual bool GetValue(
    bool Verify =false,
    bool IgnoreCache =false
) const

Get node value.

function operator()#

inline virtual bool operator()() const

Get node value.

function GetNode#

inline virtual INode * GetNode()

Get the INode interface of the node.

function ToString#

inline virtual GenICam::gcstring ToString(
    bool Verify =false,
    bool IgnoreCache =false
)

Get content of the node as string.

function FromString#

inline virtual void FromString(
    const GenICam::gcstring & ValueStr,
    bool Verify =true
)

Set content of the node as string.

function IsValueCacheValid#

inline virtual bool IsValueCacheValid() const

Checks if the value comes from cache or is requested from another node.

function GetAccessMode#

inline virtual EAccessMode GetAccessMode() const

Get the access mode of the node.