Class FieldGetter#
Defined in File accessor.h
Class Documentation#
-
class FieldGetter#
helper wrapper class to obtain a getter.
Public Functions
-
inline explicit FieldGetter(const TVMFFIFieldInfo *field_info)#
Constructor.
- Parameters:
field_info – The field info.
-
inline explicit FieldGetter(std::string_view type_key, const char *field_name)#
Constructor.
- Parameters:
type_key – The type key.
field_name – The name of the field.
-
inline explicit FieldGetter(const TVMFFIFieldInfo *field_info)#