BDE 4.14.0 Production release
|
Functions | |
template<class LHS_TYPE , class RHS_TYPE > | |
int | assign (LHS_TYPE *lhs, const RHS_TYPE &rhs) |
template<class TYPE > | |
void | reset (TYPE *object) |
Reset the value of the specified object to its default value. | |
template<class LHS_TYPE , class RHS_TYPE > | |
int | bdlat_valueTypeAssign (LHS_TYPE *lhs, const RHS_TYPE &rhs) |
template<class TYPE > | |
void | bdlat_valueTypeReset (TYPE *object) |
int bdlat_ValueTypeFunctions::assign | ( | LHS_TYPE * | lhs, |
const RHS_TYPE & | rhs | ||
) |
Assign the value of the specified rhs
to the object specified its address lhs
. Return 0 if successful, and a non-zero value otherwise.
int bdlat_ValueTypeFunctions::bdlat_valueTypeAssign | ( | LHS_TYPE * | lhs, |
const RHS_TYPE & | rhs | ||
) |
void bdlat_ValueTypeFunctions::bdlat_valueTypeReset | ( | TYPE * | object | ) |
void bdlat_ValueTypeFunctions::reset | ( | TYPE * | object | ) |