|
| BSLMF_NESTED_TRAIT_DECLARATION_IF (Variant, bslma::UsesBslmaAllocator, Traits::k_VARIANT_USES_BSLMA_ALLOCATOR) |
|
| BSLMF_NESTED_TRAIT_DECLARATION_IF (Variant, bslmf::IsBitwiseCopyable, Traits::k_VARIANT_IS_BITWISE_COPYABLE) |
|
| BSLMF_NESTED_TRAIT_DECLARATION_IF (Variant, bslmf::IsBitwiseMoveable, Traits::k_VARIANT_IS_BITWISE_MOVEABLE) |
|
| BSLMF_NESTED_TRAIT_DECLARATION (Variant, HasPrintMethod) |
|
| Variant () |
|
template<class TYPE_OR_ALLOCATOR > |
| Variant (const TYPE_OR_ALLOCATOR &valueOrAllocator) |
|
template<class TYPE > |
| Variant (const TYPE &value, bslma::Allocator *basicAllocator) |
|
template<class TYPE > |
| Variant (bslmf::MovableRef< TYPE > value) |
|
template<class TYPE > |
| Variant (bslmf::MovableRef< TYPE > value, bslma::Allocator *basicAllocator) |
|
| Variant (const Variant &original, bslma::Allocator *basicAllocator=0) |
|
| Variant (bslmf::MovableRef< Variant > original) |
|
| Variant (bslmf::MovableRef< Variant > original, bslma::Allocator *basicAllocator) |
|
template<class TYPE > |
Variant & | operator= (const TYPE &value) |
|
template<class TYPE > |
Variant & | operator= (bslmf::MovableRef< TYPE > value) |
|
Variant & | operator= (const Variant &rhs) |
|
Variant & | operator= (bslmf::MovableRef< Variant > rhs) |
|
template<class TYPE > |
Variant< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 > & | operator= (const TYPE &value) |
|
template<class TYPE > |
Variant< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20 > & | operator= (bslmf::MovableRef< TYPE > value) |
|
| BSLMF_NESTED_TRAIT_DECLARATION_IF (VariantImp, bslma::UsesBslmaAllocator, Traits::k_VARIANT_USES_BSLMA_ALLOCATOR) |
|
| BSLMF_NESTED_TRAIT_DECLARATION_IF (VariantImp, bslmf::IsBitwiseCopyable, Traits::k_VARIANT_IS_BITWISE_COPYABLE) |
|
| BSLMF_NESTED_TRAIT_DECLARATION_IF (VariantImp, bslmf::IsBitwiseMoveable, Traits::k_VARIANT_IS_BITWISE_MOVEABLE) |
|
| BSLMF_NESTED_TRAIT_DECLARATION (VariantImp, HasPrintMethod) |
|
| VariantImp () |
|
template<class TYPE_OR_ALLOCATOR > |
| VariantImp (const TYPE_OR_ALLOCATOR &valueOrAllocator) |
|
template<class TYPE > |
| VariantImp (const TYPE &value, bslma::Allocator *basicAllocator) |
|
template<class TYPE > |
| VariantImp (bslmf::MovableRef< TYPE > value) |
|
template<class TYPE > |
| VariantImp (bslmf::MovableRef< TYPE > value, bslma::Allocator *basicAllocator) |
|
| VariantImp (const VariantImp &original, bslma::Allocator *basicAllocator=0) |
|
| VariantImp (bslmf::MovableRef< VariantImp > original) |
|
| VariantImp (bslmf::MovableRef< VariantImp > original, bslma::Allocator *basicAllocator) |
|
| ~VariantImp () |
|
template<class TYPE > |
VariantImp & | operator= (const TYPE &value) |
|
template<class TYPE > |
VariantImp & | operator= (bslmf::MovableRef< TYPE > value) |
|
VariantImp & | operator= (const VariantImp &rhs) |
|
VariantImp & | operator= (bslmf::MovableRef< VariantImp > rhs) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (VISITOR &visitor) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (const VISITOR &visitor) |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (VISITOR &visitor, const TYPE &defaultValue) |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (const VISITOR &visitor, const TYPE &defaultValue) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (VISITOR &visitor) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (const VISITOR &visitor) |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (VISITOR &visitor, const TYPE &defaultValue) |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (const VISITOR &visitor, const TYPE &defaultValue) |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | apply (VISITOR &visitor) |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | apply (const VISITOR &visitor) |
|
template<class RET_TYPE , class VISITOR , class TYPE > |
RET_TYPE | apply (VISITOR &visitor, const TYPE &defaultValue) |
|
template<class RET_TYPE , class VISITOR , class TYPE > |
RET_TYPE | apply (const VISITOR &visitor, const TYPE &defaultValue) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | applyRaw (VISITOR &visitor) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | applyRaw (const VISITOR &visitor) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | applyRaw (VISITOR &visitor) |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | applyRaw (const VISITOR &visitor) |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | applyRaw (VISITOR &visitor) |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | applyRaw (const VISITOR &visitor) |
|
template<class TYPE > |
VariantImp & | assign (const TYPE &value) |
|
template<class TYPE > |
VariantImp & | assign (bslmf::MovableRef< TYPE > value) |
|
template<class TYPE , class SOURCE_TYPE > |
VariantImp & | assignTo (const SOURCE_TYPE &value) |
|
template<class TYPE , class... ARGS> |
TYPE & | createInPlace (ARGS &&... arguments) |
|
void | reset () |
|
void | swap (VariantImp &other) |
|
template<class TYPE > |
TYPE & | the () |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (VISITOR &visitor) const |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (const VISITOR &visitor) const |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (VISITOR &visitor, const TYPE &defaultValue) const |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | apply (const VISITOR &visitor, const TYPE &defaultValue) const |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (VISITOR &visitor) const |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (const VISITOR &visitor) const |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (VISITOR &visitor, const TYPE &defaultValue) const |
|
template<class VISITOR , class TYPE > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | apply (const VISITOR &visitor, const TYPE &defaultValue) const |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | apply (VISITOR &visitor) const |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | apply (const VISITOR &visitor) const |
|
template<class RET_TYPE , class VISITOR , class TYPE > |
RET_TYPE | apply (VISITOR &visitor, const TYPE &defaultValue) const |
|
template<class RET_TYPE , class VISITOR , class TYPE > |
RET_TYPE | apply (const VISITOR &visitor, const TYPE &defaultValue) const |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | applyRaw (VISITOR &visitor) const |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==1, typenameVISITOR::ResultType >::type | applyRaw (const VISITOR &visitor) const |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | applyRaw (VISITOR &visitor) const |
|
template<class VISITOR > |
bsl::enable_if< Variant_ReturnValueHelper< VISITOR >::value==0, void >::type | applyRaw (const VISITOR &visitor) const |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | applyRaw (VISITOR &visitor) const |
|
template<class RET_TYPE , class VISITOR > |
RET_TYPE | applyRaw (const VISITOR &visitor) const |
|
template<class TYPE > |
bool | is () const |
|
bool | isUnset () const |
|
bsl::ostream & | print (bsl::ostream &stream, int level=0, int spacesPerLevel=4) const |
|
template<class TYPE > |
const TYPE & | the () const |
|
int | typeIndex () const |
|
const bsl::type_info & | typeInfo () const |
|
template<class STREAM > |
STREAM & | bdexStreamIn (STREAM &stream, int version) |
| DEPRECATED: Do not use.
|
|
int | maxSupportedBdexVersion () const |
| DEPRECATED: Do not use.
|
|
template<class STREAM > |
STREAM & | bdexStreamOut (STREAM &stream, int version) const |
| DEPRECATED: Do not use.
|
|
template<class TYPE > |
VariantImp< TYPES > & | operator= (const TYPE &value) |
|
template<class TYPE > |
VariantImp< TYPES > & | operator= (bslmf::MovableRef< TYPE > value) |
|
template<class TYPE > |
VariantImp< TYPES > & | assign (const TYPE &value) |
|
template<class TYPE > |
VariantImp< TYPES > & | assign (bslmf::MovableRef< TYPE > value) |
|
template<class TYPE , class SOURCE_TYPE > |
VariantImp< TYPES > & | assignTo (const SOURCE_TYPE &value) |
|