Stores function pointers for objects satisfying the FieldInfo concept.
Declared in <bdlar_fieldinfo.h>
struct FieldInfoVtable;
| Name | Description |
|---|---|
Annotation | Function pointer type returning the annotation of a field info object. |
FormattingMode | Function pointer type returning the formatting mode of a field info object. |
Id | Function pointer type returning the field identifier of a field info object. |
Name | Function pointer type returning the name of a field info object. |
NameLength | Function pointer type returning the name length of a field info object. |
| Name | Description |
|---|---|
d_annotation_p | annotation accessor |
d_formattingMode_p | formatting mode accessor |
d_id_p | field identifier accessor |
d_nameLength_p | name length accessor |
d_name_p | name accessor |