#include <IEnumEntry.h>

Public Member Functions | |
| virtual double | GetNumericValue () |
| Get numeric enum value. More... | |
| virtual GENICAM_NAMESPACE::gcstring | GetSymbolic () const |
| Get symbolic enum value. More... | |
| virtual int64_t | GetValue () |
| Get numeric enum value. More... | |
| virtual bool | IsSelfClearing () |
| Indicates if the corresponding EnumEntry is self clearing. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CValueRefT< T > | |
| virtual void | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true) |
| Set content of the node as string. More... | |
| virtual INode * | GetNode () |
| Get the INode interface of the node. More... | |
| virtual bool | IsValueCacheValid () const |
| Checks if the value comes from cache or is requested from another node. More... | |
| virtual GENICAM_NAMESPACE::gcstring | ToString (bool Verify=false, bool IgnoreCache=false) |
| Get content of the node as string. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CBaseRefT< T, T > | |
| virtual EAccessMode | GetAccessMode () const |
| Get the access mode of the node. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CReferenceT< T, T > | |
| CReferenceT () | |
| virtual void | SetReference (IBase *ptr) |
| sets the implementation to the reference More... | |
Private Types | |
| typedef CValueRefT< T > | ref |
Additional Inherited Members | |
Protected Attributes inherited from GENAPI_NAMESPACE::CReferenceT< T, T > | |
| T * | m_Ptr |
| Pointer to the implementation the reference references to. More... | |
Definition at line 84 of file IEnumEntry.h.
|
private |
Definition at line 86 of file IEnumEntry.h.
|
inlinevirtual |
Get numeric enum value.
Definition at line 112 of file IEnumEntry.h.
|
inlinevirtual |
Get symbolic enum value.
Definition at line 103 of file IEnumEntry.h.
|
inlinevirtual |
Get numeric enum value.
Definition at line 94 of file IEnumEntry.h.
|
inlinevirtual |
Indicates if the corresponding EnumEntry is self clearing.
Definition at line 121 of file IEnumEntry.h.