BDE 4.14.0 Production release
|
#include <bsltf_uniontesttype.h>
Public Member Functions | |
UnionTestType () | |
Construct a UnionTestType union having all members set to 0. | |
UnionTestType (int value) | |
~UnionTestType () | |
Destroy this object. | |
void | setData (int value) |
Set the data attribute of this object to the specified value . | |
int | data () const |
Return the value of the data attribute of this object. | |
This union provides a union test type to facilitate testing of templates.
|
inline |
|
inlineexplicit |
Construct a UnionTestType
having the d_data
member set to the specified value
.
|
inline |
|
inline |
|
inline |