|
BDE 4.39.x Production Release
|
#include <bsls_ident.h>#include <bdlar_anyref.h>#include <bdlar_arrayref.h>#include <bdlar_choiceref.h>#include <bdlar_customizedtyperef.h>#include <bdlar_dynamictyperef.h>#include <bdlar_enumref.h>#include <bdlar_nullablevalueref.h>#include <bdlar_sequenceref.h>#include <bdlar_simpletyperef.h>#include <bdlat_typecategory.h>Go to the source code of this file.
Functions | |
| template<class t_MANIPULATOR > | |
| int | bdlar::bdlat_typeCategoryManipulateArray (AnyRef *any, t_MANIPULATOR &manipulator) |
| template<class t_MANIPULATOR > | |
| int | bdlar::bdlat_typeCategoryManipulateChoice (AnyRef *any, t_MANIPULATOR &manipulator) |
| template<class t_MANIPULATOR > | |
| int | bdlar::bdlat_typeCategoryManipulateCustomizedType (AnyRef *any, t_MANIPULATOR &manipulator) |
| template<class t_MANIPULATOR > | |
| int | bdlar::bdlat_typeCategoryManipulateEnumeration (AnyRef *any, t_MANIPULATOR &manipulator) |
| template<class t_MANIPULATOR > | |
| int | bdlar::bdlat_typeCategoryManipulateNullableValue (AnyRef *any, t_MANIPULATOR &manipulator) |
| template<class t_MANIPULATOR > | |
| int | bdlar::bdlat_typeCategoryManipulateSequence (AnyRef *any, t_MANIPULATOR &manipulator) |
| template<class t_MANIPULATOR > | |
| int | bdlar::bdlat_typeCategoryManipulateSimple (AnyRef *any, t_MANIPULATOR &manipulator) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessArray (const AnyRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessChoice (const AnyRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessCustomizedType (const AnyRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessEnumeration (const AnyRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessNullableValue (const AnyRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessSequence (const AnyRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessSimple (const AnyRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessArray (const AnyConstRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessChoice (const AnyConstRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessCustomizedType (const AnyConstRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessEnumeration (const AnyConstRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessNullableValue (const AnyConstRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessSequence (const AnyConstRef &any, t_ACCESSOR &accessor) |
| template<class t_ACCESSOR > | |
| int | bdlar::bdlat_typeCategoryAccessSimple (const AnyConstRef &any, t_ACCESSOR &accessor) |
The content of this file has been pre-processed for Doxygen.