Implementation of the IEnumeration Interface. More...
#include <EnumerationT.h>
Public Member Functions | |
virtual IEnumEntry * | GetCurrentEntry (bool Verify=false, bool IgnoreCache=false) |
Get the current entry. More... | |
virtual void | GetEntries (NodeList_t &Entries) |
Implementation of IEnumeration::GetEntries() More... | |
virtual IEnumEntry * | GetEntry (const int64_t IntValue) |
Get an entry node by its IntValue. More... | |
virtual IEnumEntry * | GetEntryByName (const GENICAM_NAMESPACE::gcstring &Symbolic) |
Implementation of IEnumeration::GetEntryByName() More... | |
virtual int64_t | GetIntValue (bool Verify=false, bool IgnoreCache=false) |
Implementation of IEnumeration::GetIntValue() More... | |
virtual void | GetSymbolics (StringList_t &Symbolics) |
Implementation of IEnumeration::GetSymbolics() More... | |
virtual GENICAM_NAMESPACE::gcstring | operator* () |
Implementation of IEnumeration::operator*() More... | |
virtual IEnumeration & | operator= (const GENICAM_NAMESPACE::gcstring &ValueStr) |
Implementation of IEnumeration::operator=() More... | |
virtual void | SetIntValue (int64_t Value, bool Verify=true) |
Implementation of IEnumeration::SetIntValue() More... | |
Implementation of the IEnumeration Interface.
Definition at line 45 of file EnumerationT.h.
|
inlinevirtual |
Get the current entry.
Definition at line 154 of file EnumerationT.h.
|
inlinevirtual |
Implementation of IEnumeration::GetEntries()
Definition at line 57 of file EnumerationT.h.
|
inlinevirtual |
Get an entry node by its IntValue.
Definition at line 146 of file EnumerationT.h.
|
inlinevirtual |
Implementation of IEnumeration::GetEntryByName()
Definition at line 164 of file EnumerationT.h.
|
inlinevirtual |
Implementation of IEnumeration::GetIntValue()
Definition at line 122 of file EnumerationT.h.
|
inlinevirtual |
Implementation of IEnumeration::GetSymbolics()
Definition at line 49 of file EnumerationT.h.
|
inlinevirtual |
Implementation of IEnumeration::operator*()
Definition at line 116 of file EnumerationT.h.
|
inlinevirtual |
Implementation of IEnumeration::operator=()
Definition at line 65 of file EnumerationT.h.
|
inlinevirtual |
Implementation of IEnumeration::SetIntValue()
Definition at line 72 of file EnumerationT.h.