Enum TVMFFIFieldFlagBitMask#
Defined in File c_api.h
Enum Documentation#
-
enum TVMFFIFieldFlagBitMask#
bitmask of the field.
Values:
-
enumerator kTVMFFIFieldFlagBitMaskWritable#
The field is writable.
-
enumerator kTVMFFIFieldFlagBitMaskHasDefault#
The field has default value.
-
enumerator kTVMFFIFieldFlagBitMaskIsStaticMethod#
The field is a static method.
-
enumerator kTVMFFIFieldFlagBitMaskSEqHashIgnore#
The field should be ignored when performing structural eq/hash.
This is an optional meta-data for structural eq/hash.
-
enumerator kTVMFFIFieldFlagBitMaskSEqHashDef#
The field enters a def region where var can be defined/matched.
This is an optional meta-data for structural eq/hash.
-
enumerator kTVMFFIFieldFlagBitMaskWritable#