BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlar::AnyConstVtable Union Reference

#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 SimpleTypeConstVtabled_simple_p
 
const EnumConstVtabled_enum_p
 
const NullableValueConstVtabled_nullable_p
 
const ArrayConstVtabled_array_p
 
const SequenceConstVtabled_sequence_p
 
const ChoiceConstVtabled_choice_p
 
const CustomizedTypeConstVtabled_customized_p
 
const DynamicTypeConstVtabled_dynamic_p
 

Constructor & Destructor Documentation

◆ AnyConstVtable() [1/9]

bdlar::AnyConstVtable::AnyConstVtable ( )
inline

◆ AnyConstVtable() [2/9]

bdlar::AnyConstVtable::AnyConstVtable ( const SimpleTypeConstVtable vt)
inline

◆ AnyConstVtable() [3/9]

bdlar::AnyConstVtable::AnyConstVtable ( const EnumConstVtable vt)
inline

◆ AnyConstVtable() [4/9]

bdlar::AnyConstVtable::AnyConstVtable ( const NullableValueConstVtable vt)
inline

◆ AnyConstVtable() [5/9]

bdlar::AnyConstVtable::AnyConstVtable ( const ArrayConstVtable vt)
inline

◆ AnyConstVtable() [6/9]

bdlar::AnyConstVtable::AnyConstVtable ( const SequenceConstVtable vt)
inline

◆ AnyConstVtable() [7/9]

bdlar::AnyConstVtable::AnyConstVtable ( const ChoiceConstVtable vt)
inline

◆ AnyConstVtable() [8/9]

bdlar::AnyConstVtable::AnyConstVtable ( const CustomizedTypeConstVtable vt)
inline

◆ AnyConstVtable() [9/9]

bdlar::AnyConstVtable::AnyConstVtable ( const DynamicTypeConstVtable vt)
inline

Member Data Documentation

◆ d_array_p

const ArrayConstVtable* bdlar::AnyConstVtable::d_array_p

◆ d_choice_p

const ChoiceConstVtable* bdlar::AnyConstVtable::d_choice_p

◆ d_customized_p

const CustomizedTypeConstVtable* bdlar::AnyConstVtable::d_customized_p

◆ d_dynamic_p

const DynamicTypeConstVtable* bdlar::AnyConstVtable::d_dynamic_p

◆ d_enum_p

const EnumConstVtable* bdlar::AnyConstVtable::d_enum_p

◆ d_nullable_p

const NullableValueConstVtable* bdlar::AnyConstVtable::d_nullable_p

◆ d_sequence_p

const SequenceConstVtable* bdlar::AnyConstVtable::d_sequence_p

◆ d_simple_p

const SimpleTypeConstVtable* bdlar::AnyConstVtable::d_simple_p

The documentation for this union was generated from the following file: