BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlat_enumfunctions.h File Reference
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdlat_bdeatoverrides.h>
#include <bdlat_typetraits.h>
#include <bslalg_hastrait.h>
#include <bslmf_assert.h>
#include <bslmf_integralconstant.h>
#include <bslmf_matchanytype.h>
#include <bsls_assert.h>
#include <bsls_platform.h>
#include <bsl_string.h>

Go to the source code of this file.

Classes

struct  bdlat_EnumFunctions::IsEnumeration< TYPE >
 
struct  bdlat_EnumFunctions::HasFallbackEnumerator< TYPE >
 
struct  bdlat_EnumFunctions_ImplUtil
 

Functions

template<class TYPE >
int bdlat_EnumFunctions::fromInt (TYPE *result, int number)
 
template<class TYPE >
int bdlat_EnumFunctions::fromString (TYPE *result, const char *string, int stringLength)
 
template<class TYPE >
int bdlat_EnumFunctions::makeFallback (TYPE *result)
 
template<class TYPE >
bool bdlat_EnumFunctions::hasFallback (const TYPE &value)
 
template<class TYPE >
bool bdlat_EnumFunctions::isFallback (const TYPE &value)
 
template<class TYPE >
void bdlat_EnumFunctions::toInt (int *result, const TYPE &value)
 
template<class TYPE >
void bdlat_EnumFunctions::toString (bsl::string *result, const TYPE &value)
 
template<class TYPE >
int bdlat_EnumFunctions::bdlat_enumFromInt (TYPE *result, int number)
 
template<class TYPE >
int bdlat_EnumFunctions::bdlat_enumFromString (TYPE *result, const char *string, int stringLength)
 
template<class TYPE >
int bdlat_EnumFunctions::bdlat_enumMakeFallback (TYPE *result)
 
template<class TYPE >
void bdlat_EnumFunctions::bdlat_enumToInt (int *result, const TYPE &value)
 
template<class TYPE >
void bdlat_EnumFunctions::bdlat_enumToString (bsl::string *result, const TYPE &value)
 
template<class TYPE >
bool bdlat_EnumFunctions::bdlat_enumHasFallback (const TYPE &value)
 
template<class TYPE >
bool bdlat_EnumFunctions::bdlat_enumIsFallback (const TYPE &value)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.