Stores function pointers for objects satisfying the FieldInfo concept.
Synopsis
Declared in <bdlar_fieldinfo.h>
struct FieldInfoVtable;
Type Aliases
Name |
Description |
Function pointer type returning the annotation of a field info object. |
|
Function pointer type returning the formatting mode of a field info object. |
|
Function pointer type returning the field identifier of a field info object. |
|
Function pointer type returning the name of a field info object. |
|
Function pointer type returning the name length of a field info object. |
Data Members
Name |
Description |
annotation accessor |
|
formatting mode accessor |
|
field identifier accessor |
|
name length accessor |
|
name accessor |
Created with MrDocs