BloombergLP::bdlar::bdlat_valueTypeReset

bdlat_valueTypeReset overloads

Synopses

Declared in <bdlar_anyref.h>

Reset the object referred to by the specified ref.

void
bdlat_valueTypeReset(AnyRef* ref);
» more...

Reset the specified ref to its default-constructed state.

void
bdlat_valueTypeReset(ArrayRef* ref);
» more...

Reset the specified ref to its default-constructed state.

void
bdlat_valueTypeReset(ChoiceRef* ref);
» more...

Reset the specified ref to its default-constructed state.

void
bdlat_valueTypeReset(CustomizedTypeRef* ref);
» more...

Reset the specified ref to its default-constructed state.

void
bdlat_valueTypeReset(DynamicTypeRef* ref);
» more...

Reset the specified ref to the default value.

void
bdlat_valueTypeReset(EnumRef* ref);
» more...

Reset the specified ref to its default-constructed state.

void
bdlat_valueTypeReset(NullableValueRef* ref);
» more...

Reset the specified ref to the default value.

void
bdlat_valueTypeReset(SequenceRef* ref);
» more...

Reset the specified ref to the default value.

void
bdlat_valueTypeReset(SimpleTypeRef* ref);
» more...