|
BDE 4.39.x Production Release
|
#include <bdlar_anyvtable.h>
Public Member Functions | |
| AnyVtable () | |
| AnyVtable (const SimpleTypeVtable *vt) | |
| AnyVtable (const EnumVtable *vt) | |
| AnyVtable (const NullableValueVtable *vt) | |
| AnyVtable (const ArrayVtable *vt) | |
| AnyVtable (const SequenceVtable *vt) | |
| AnyVtable (const ChoiceVtable *vt) | |
| AnyVtable (const CustomizedTypeVtable *vt) | |
| AnyVtable (const DynamicTypeVtable *vt) | |
Public Attributes | |
| const SimpleTypeVtable * | d_simple_p |
| const EnumVtable * | d_enum_p |
| const NullableValueVtable * | d_nullable_p |
| const ArrayVtable * | d_array_p |
| const SequenceVtable * | d_sequence_p |
| const ChoiceVtable * | d_choice_p |
| const CustomizedTypeVtable * | d_customized_p |
| const DynamicTypeVtable * | d_dynamic_p |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const ArrayVtable* bdlar::AnyVtable::d_array_p |
| const ChoiceVtable* bdlar::AnyVtable::d_choice_p |
| const CustomizedTypeVtable* bdlar::AnyVtable::d_customized_p |
| const DynamicTypeVtable* bdlar::AnyVtable::d_dynamic_p |
| const EnumVtable* bdlar::AnyVtable::d_enum_p |
| const NullableValueVtable* bdlar::AnyVtable::d_nullable_p |
| const SequenceVtable* bdlar::AnyVtable::d_sequence_p |
| const SimpleTypeVtable* bdlar::AnyVtable::d_simple_p |