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.
Synopsis
Declared in <bdlar_accessorvtable.h>
struct AccessorVtable;
Type Aliases
Name |
Description |
Function pointer type accessing an array reference. |
|
Function pointer type accessing a choice reference. |
|
Function pointer type accessing a customized‐type reference. |
|
Function pointer type accessing a dynamic‐type reference. |
|
Function pointer type accessing an enumeration reference. |
|
Function pointer type accessing a nullable‐value reference. |
|
Function pointer type accessing a sequence reference. |
|
Function pointer type accessing a simple‐type reference. |
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