
Enumerations | |
| enum class | ExtensibilityKind : int32_t { FINAL , APPENDABLE , MUTABLE } |
| This class represents the enumeration ExtensibilityKind defined by the user in the IDL file. More... | |
| enum class | TryConstructKind : int32_t { USE_DEFAULT , DISCARD , TRIM } |
| This class represents the enumeration TryConstructKind defined by the user in the IDL file. More... | |
|
strong |
This class represents the enumeration ExtensibilityKind defined by the user in the IDL file.
| Enumerator | |
|---|---|
| FINAL | |
| APPENDABLE | |
| MUTABLE | |
|
strong |
This class represents the enumeration TryConstructKind defined by the user in the IDL file.
| Enumerator | |
|---|---|
| USE_DEFAULT | |
| DISCARD | |
| TRIM | |