|
BDE 4.39.x Production Release
|
#include <bdlar_anycastutil.h>
|
inlinestatic |
Cast the specified ref to AnyConstRef.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Cast the specified ref to AnyRef.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Cast the specified any to ArrayConstRef.
any.typeCategory() == bdlat_TypeCategory::e_ARRAY_CATEGORY. Cast the specified any to ArrayRef.
any.typeCategory() == bdlat_TypeCategory::e_ARRAY_CATEGORY.
|
inlinestatic |
Cast the specified any to ChoiceConstRef.
any.typeCategory() == bdlat_TypeCategory::e_CHOICE_CATEGORY. Cast the specified any to ChoiceRef.
any.typeCategory() == bdlat_TypeCategory::e_CUSTOMIZED_TYPE_CATEGORY.
|
inlinestatic |
Cast the specified any to CustomizedTypeConstRef.
any.typeCategory() == bdlat_TypeCategory::e_CUSTOMIZED_TYPE_CATEGORY.
|
inlinestatic |
Cast the specified any to CustomizedTypeRef.
any.typeCategory() == bdlat_TypeCategory::e_CHOICE_CATEGORY.
|
inlinestatic |
Cast the specified any to DynamicTypeConstRef.
any.typeCategory() == bdlat_TypeCategory::e_DYNAMIC_CATEGORY.
|
inlinestatic |
Cast the specified any to DynamicTypeRef.
any.typeCategory() == bdlat_TypeCategory::e_DYNAMIC_CATEGORY.
|
inlinestatic |
Cast the specified any to EnumConstRef.
any.typeCategory() == bdlat_TypeCategory::e_ENUMERATION_CATEGORY. Cast the specified any to EnumRef.
any.typeCategory() == bdlat_TypeCategory::e_ENUMERATION_CATEGORY.
|
inlinestatic |
Cast the specified any to NullableValueConstRef.
any.typeCategory()==bdlat_TypeCategory::e_NULLABLE_VALUE_CATEGORY.
|
inlinestatic |
Cast the specified any to NullableValueRef.
any.typeCategory()==bdlat_TypeCategory::e_NULLABLE_VALUE_CATEGORY.
|
inlinestatic |
Cast the specified any to SequenceConstRef.
any.typeCategory() == bdlat_TypeCategory::e_SEQUENCE_CATEGORY.
|
inlinestatic |
Cast the specified any to SequenceRef.
any.typeCategory() == bdlat_TypeCategory::e_SEQUENCE_CATEGORY.
|
inlinestatic |
Cast the specified any to SimpleTypeConstRef.
any.typeCategory() == bdlat_TypeCategory::e_SIMPLE_CATEGORY.
|
inlinestatic |
Cast the specified any to SimpleTypeRef.
any.typeCategory() == bdlat_TypeCategory::e_SIMPLE_CATEGORY.