Enum ESwitchInterpret#

Enum Documentation#

enum class sdv::idl::ESwitchInterpret : uint32_t#

The interpretation of the switch case.

Values:

enumerator switch_variable#

The switch case is determined by a variable of the parent struct.

enumerator switch_type#

The switch case is determined by the value of a type.