Class AttachFieldFlag#
Defined in File registry.h
Inheritance Relationships#
Base Type#
public tvm::ffi::reflection::FieldInfoTrait
(Struct FieldInfoTrait)
Class Documentation#
-
class AttachFieldFlag : public tvm::ffi::reflection::FieldInfoTrait#
Trait that can be used to attach field flag.
Public Functions
-
inline explicit AttachFieldFlag(int32_t flag)#
Attach a field flag to the field.
- Parameters:
flag – The flag to be set
-
inline void Apply(TVMFFIFieldInfo *info) const#
Apply the field flag to the field info.
- Parameters:
info – The field info.
Public Static Functions
-
static inline AttachFieldFlag SEqHashDef()#
Attach kTVMFFIFieldFlagBitMaskSEqHashDef.
-
static inline AttachFieldFlag SEqHashIgnore()#
Attach kTVMFFIFieldFlagBitMaskSEqHashIgnore.
-
inline explicit AttachFieldFlag(int32_t flag)#