Constructors
Synopses
Declared in <bdlar_anyvtable.h>
Create an empty AnyVtable object.
AnyVtable();
Create an AnyVtable object referencing the specified vt.
AnyVtable(ArrayVtable const* vt);
Create an AnyVtable object referencing the specified vt.
AnyVtable(ChoiceVtable const* vt);
Create an AnyVtable object referencing the specified vt.
AnyVtable(CustomizedTypeVtable const* vt);
Create an AnyVtable object referencing the specified vt.
AnyVtable(DynamicTypeVtable const* vt);
Create an AnyVtable object referencing the specified vt.
AnyVtable(EnumVtable const* vt);
Create an AnyVtable object referencing the specified vt.
AnyVtable(NullableValueVtable const* vt);
Create an AnyVtable object referencing the specified vt.
AnyVtable(SequenceVtable const* vt);
Create an AnyVtable object referencing the specified vt.
AnyVtable(SimpleTypeVtable const* vt);
Created with MrDocs