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