Class FieldSetter#

Class Documentation#

class FieldSetter#

helper wrapper class to obtain a setter.

Public Functions

inline explicit FieldSetter(const TVMFFIFieldInfo *field_info)#

Constructor.

Parameters:

field_info – The field info.

inline explicit FieldSetter(std::string_view type_key, const char *field_name)#

Constructor.

Parameters:
  • type_key – The type key.

  • field_name – The name of the field.