BloombergLP::bdlar::AnyConstVtable::AnyConstVtable

Constructors

Synopses

Declared in <bdlar_anyvtable.h>

Create an empty AnyConstVtable object.

AnyConstVtable();
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(ArrayConstVtable const* vt);
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(ChoiceConstVtable const* vt);
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(CustomizedTypeConstVtable const* vt);
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(DynamicTypeConstVtable const* vt);
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(EnumConstVtable const* vt);
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(NullableValueConstVtable const* vt);
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(SequenceConstVtable const* vt);
» more...

Create an AnyConstVtable object referencing the specified vt.

AnyConstVtable(SimpleTypeConstVtable const* vt);
» more...