BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlat_valuetypefunctions.h File Reference
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdlat_bdeatoverrides.h>
#include <bdlat_enumfunctions.h>
#include <bdlat_typecategory.h>
#include <bdlat_typetraits.h>
#include <bdlb_nullablevalue.h>
#include <bslalg_hastrait.h>
#include <bslmf_conditional.h>
#include <bslmf_isconvertible.h>
#include <bsls_platform.h>
#include <bsl_string.h>
#include <bsl_vector.h>
#include <bslmf_if.h>

Go to the source code of this file.

Classes

struct  bdlat_ValueTypeFunctions_Imp
 
struct  bdlat_ValueTypeFunctions_Imp::IsConvertible
 
struct  bdlat_ValueTypeFunctions_Imp::IsNotConvertible
 
struct  bdlat_ValueTypeFunctions_Imp::UseResetMethod
 
struct  bdlat_ValueTypeFunctions_Imp::UseDefaultCtor
 

Functions

template<class LHS_TYPE , class RHS_TYPE >
int bdlat_ValueTypeFunctions::assign (LHS_TYPE *lhs, const RHS_TYPE &rhs)
 
template<class TYPE >
void bdlat_ValueTypeFunctions::reset (TYPE *object)
 Reset the value of the specified object to its default value.
 
template<class LHS_TYPE , class RHS_TYPE >
int bdlat_ValueTypeFunctions::bdlat_valueTypeAssign (LHS_TYPE *lhs, const RHS_TYPE &rhs)
 
template<class TYPE >
void bdlat_ValueTypeFunctions::bdlat_valueTypeReset (TYPE *object)
 

Detailed Description

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