Constructors
Synopses
Declared in <bdlar_anyvtable.h>
Create an empty AnyConstVtable object.
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(ArrayConstVtable const* vt);
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(ChoiceConstVtable const* vt);
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(CustomizedTypeConstVtable const* vt);
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(DynamicTypeConstVtable const* vt);
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(EnumConstVtable const* vt);
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(NullableValueConstVtable const* vt);
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(SequenceConstVtable const* vt);
Create an AnyConstVtable object referencing the specified vt.
AnyConstVtable(SimpleTypeConstVtable const* vt);
Created with MrDocs