|
BDE 4.39.x Production Release
|
#include <bdlar_anyvtable.h>
Public Member Functions | |
| AnyConstVtable () | |
| AnyConstVtable (const SimpleTypeConstVtable *vt) | |
| AnyConstVtable (const EnumConstVtable *vt) | |
| AnyConstVtable (const NullableValueConstVtable *vt) | |
| AnyConstVtable (const ArrayConstVtable *vt) | |
| AnyConstVtable (const SequenceConstVtable *vt) | |
| AnyConstVtable (const ChoiceConstVtable *vt) | |
| AnyConstVtable (const CustomizedTypeConstVtable *vt) | |
| AnyConstVtable (const DynamicTypeConstVtable *vt) | |
Public Attributes | |
| const SimpleTypeConstVtable * | d_simple_p |
| const EnumConstVtable * | d_enum_p |
| const NullableValueConstVtable * | d_nullable_p |
| const ArrayConstVtable * | d_array_p |
| const SequenceConstVtable * | d_sequence_p |
| const ChoiceConstVtable * | d_choice_p |
| const CustomizedTypeConstVtable * | d_customized_p |
| const DynamicTypeConstVtable * | d_dynamic_p |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const ArrayConstVtable* bdlar::AnyConstVtable::d_array_p |
| const ChoiceConstVtable* bdlar::AnyConstVtable::d_choice_p |
| const CustomizedTypeConstVtable* bdlar::AnyConstVtable::d_customized_p |
| const DynamicTypeConstVtable* bdlar::AnyConstVtable::d_dynamic_p |
| const EnumConstVtable* bdlar::AnyConstVtable::d_enum_p |
| const NullableValueConstVtable* bdlar::AnyConstVtable::d_nullable_p |
| const SequenceConstVtable* bdlar::AnyConstVtable::d_sequence_p |
| const SimpleTypeConstVtable* bdlar::AnyConstVtable::d_simple_p |