This struct stores a series of function pointers to wrappers that invoke the underlying manipulator methods of the supplied type‐erased object.
Synopsis
Declared in <bdlar_manipulatorvtable.h>
struct ManipulatorVtable;
Type Aliases
Name |
Description |
Function pointer type manipulating an array reference. |
|
Function pointer type manipulating a choice reference. |
|
Function pointer type manipulating a customized‐type reference. |
|
Function pointer type manipulating a dynamic‐type reference. |
|
Function pointer type manipulating an enumeration reference. |
|
Function pointer type manipulating a nullable‐value reference. |
|
Function pointer type manipulating a sequence reference. |
|
Function pointer type manipulating a simple‐type reference. |
Data Members
Name |
Description |
array manipulator |
|
choice manipulator |
|
customized‐type manipulator |
|
dynamic‐type manipulator |
|
enumeration manipulator |
|
nullable‐value manipulator |
|
sequence manipulator |
|
simple‐type manipulator |
Created with MrDocs