Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
IEnumerationT Interface

Functions

virtual IEnumerationoperator= (EnumT Value)=0
 Set node value.
 
virtual IEnumEntryGetEntry (const EnumT Value)=0
 returns the EnumEntry object belonging to the Value
 

Variables

template<typename EnumT >
interface SPINNAKER_API_ABSTRACT IEnumerationT
 Interface for enumeration properties.
 
interface SPINNAKER_API_ABSTRACT virtual public IEnumReference
 Interface to construct an enum reference.
 

Detailed Description

Function Documentation

◆ GetEntry()

virtual IEnumEntry * GetEntry ( const EnumT  Value)
pure virtual

returns the EnumEntry object belonging to the Value

◆ operator=()

virtual IEnumeration & operator= ( EnumT  Value)
pure virtual

Set node value.

Variable Documentation

◆ IEnumerationT

template<typename EnumT >
interface SPINNAKER_API_ABSTRACT IEnumerationT

Interface for enumeration properties.

◆ IEnumReference

Initial value:
{
virtual void SetValue(EnumT Value, bool Verify = true) = 0

Interface to construct an enum reference.