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