GenApi::CEnumEntryRefT#
Inherits from GenApi::CValueRefT< T >
Public Functions#
Name | |
---|---|
virtual int64_t | GetValue() Get numeric enum value. |
virtual GenICam::gcstring | GetSymbolic() const Get symbolic enum value. |
virtual double | GetNumericValue() Get numeric enum value. |
virtual bool | IsSelfClearing() Indicates if the corresponding EnumEntry is self clearing. |
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#
Public Functions Documentation#
function GetValue#
Get numeric enum value.
function GetSymbolic#
Get symbolic enum value.
function GetNumericValue#
Get numeric enum value.
function IsSelfClearing#
Indicates if the corresponding EnumEntry is self clearing.
function GetNode#
Get the INode interface of the node.
function ToString#
Get content of the node as string.
function FromString#
Set content of the node as string.
function IsValueCacheValid#
Checks if the value comes from cache or is requested from another node.
function GetAccessMode#
Get the access mode of the node.