This struct stores a series of function pointers to wrappers that invoke the underlying accessor methods with read‐only access of the supplied type‐erased object and field metadata.
Synopsis
Declared in <bdlar_accessorvtable.h>
struct AccessorWithInfoVtable;
Type Aliases
Name |
Description |
Function pointer type accessing an array reference with field metadata. |
|
Function pointer type accessing a choice reference with field metadata. |
|
Function pointer type accessing a customized‐type reference with field metadata. |
|
Function pointer type accessing a dynamic‐type reference with field metadata. |
|
Function pointer type accessing an enumeration reference with field metadata. |
|
Function pointer type accessing a nullable‐value reference with field metadata. |
|
Function pointer type accessing a sequence reference with field metadata. |
|
Function pointer type accessing a simple‐type reference with field metadata. |
Data Members
Name |
Description |
array accessor function |
|
choice accessor |
|
customized‐type accessor |
|
dynamic‐type accessor |
|
enumeration accessor |
|
nullable accessor function |
|
sequence accessor |
|
simple‐type accessor |
Created with MrDocs