#include <bdlar_accessorvtable.h>
|
| typedef int | AccessDynamic(const void *accessor, const DynamicTypeConstRef &ref, const FieldInfoRef &info) |
| |
| typedef int | AccessArray(const void *accessor, const ArrayConstRef &ref, const FieldInfoRef &info) |
| |
| typedef int | AccessChoice(const void *accessor, const ChoiceConstRef &ref, const FieldInfoRef &info) |
| |
| typedef int | AccessCustomized(const void *accessor, const CustomizedTypeConstRef &ref, const FieldInfoRef &info) |
| |
| typedef int | AccessEnum(const void *accessor, const EnumConstRef &ref, const FieldInfoRef &info) |
| |
| typedef int | AccessNullable(const void *accessor, const NullableValueConstRef &ref, const FieldInfoRef &info) |
| |
| typedef int | AccessSequence(const void *accessor, const SequenceConstRef &ref, const FieldInfoRef &info) |
| |
| typedef int | AccessSimple(const void *accessor, const SimpleTypeConstRef &ref, const FieldInfoRef &info) |
| |
◆ AccessArray
| typedef int bdlar::AccessorWithInfoVtable::AccessArray(const void *accessor, const ArrayConstRef &ref, const FieldInfoRef &info) |
◆ AccessChoice
| typedef int bdlar::AccessorWithInfoVtable::AccessChoice(const void *accessor, const ChoiceConstRef &ref, const FieldInfoRef &info) |
◆ AccessCustomized
◆ AccessDynamic
◆ AccessEnum
| typedef int bdlar::AccessorWithInfoVtable::AccessEnum(const void *accessor, const EnumConstRef &ref, const FieldInfoRef &info) |
◆ AccessNullable
◆ AccessSequence
◆ AccessSimple
◆ d_accessArray_fp
| AccessArray* bdlar::AccessorWithInfoVtable::d_accessArray_fp |
◆ d_accessChoice_fp
| AccessChoice* bdlar::AccessorWithInfoVtable::d_accessChoice_fp |
◆ d_accessCustomized_fp
◆ d_accessDynamic_fp
◆ d_accessEnum_fp
| AccessEnum* bdlar::AccessorWithInfoVtable::d_accessEnum_fp |
◆ d_accessNullable_fp
◆ d_accessSequence_fp
◆ d_accessSimple_fp
| AccessSimple* bdlar::AccessorWithInfoVtable::d_accessSimple_fp |
The documentation for this struct was generated from the following file: