Type-erased const reference to an object in the bdlat dynamic type category.
Declared in <bdlar_dynamictyperef.h>
class DynamicTypeConstRef;
| Name | Description |
|---|---|
DynamicTypeConstRef [constructor] | Constructors |
objectAddress | Return a pointer to the wrapped object. |
typeCategory | Return type category of the referred object. |
valueConstRef | Return a reference to the (non-modifiable) value. The behavior is undefined if the referred object is null. |
vtable | Return a pointer to the vtable. |
xsdName | Return the bdlat_TypeName::xsdName value for the underlying object. |
| Name | Description |
|---|---|
bdlat_TypeName_xsdName | Return the bdlat_TypeName::xsdName value for the specified ref. |
bdlat_typeCategoryAccessArray | Invoke the specified accessor on the array selection of the specified ref. Return the value from the invocation of accessor. |
bdlat_typeCategoryAccessChoice | Invoke the specified accessor on the choice selection of the specified ref. |
bdlat_typeCategoryAccessCustomizedType | Invoke the specified accessor on the customized-type selection of the specified ref. Return the value from the invocation of accessor. |
bdlat_typeCategoryAccessEnumeration | Invoke the specified accessor on the enumeration selection of the specified ref. Return the value from the invocation of accessor. |
bdlat_typeCategoryAccessNullableValue | Invoke the specified accessor on the nullable-value selection of the specified ref. Return the value from the invocation of accessor. |
bdlat_typeCategoryAccessSequence | Invoke the specified accessor on the sequence selection of the specified ref. Return the value from the invocation of accessor. |
bdlat_typeCategoryAccessSimple | Invoke the specified accessor on the simple-type selection of the specified ref. Return the value from the invocation of accessor. |
bdlat_typeCategorySelect | Return the dynamic type category of the specified ref. |