|
| virtual IEnumeration & | operator= (EnumT Value)=0 |
| | Set node value. More...
|
| |
| virtual bool | GetValue (bool Verify=false, bool IgnoreCache=false)=0 |
| | Get node value. More...
|
| |
| virtual bool | operator() () |
| | Get node value. More...
|
| |
| virtual IEnumeration & | operator= (const GenICam::gcstring &ValueStr)=0 |
| | Set string node value. More...
|
| |
| virtual IEnumEntry * | GetEntry (const int64_t IntValue)=0 |
| | Get an entry node by its IntValue. More...
|
| |
| virtual IEnumEntry * | GetEntry (const EnumT Value)=0 |
| | returns the EnumEntry object belonging to the Value More...
|
| |
| virtual IEnumEntry * | GetCurrentEntry (bool Verify=false, bool IgnoreCache=false)=0 |
| | Get the current entry. More...
|
| |