BloombergLP::bdlar::FieldInfoVtable

Stores function pointers for objects satisfying the FieldInfo concept.

Synopsis

Declared in <bdlar_fieldinfo.h>

struct FieldInfoVtable;

Type Aliases

NameDescription
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.

Data Members

NameDescription
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