Non-allocating unconstrained value-semantic test type without traits.
Declared in <bsltf_simpletesttype.h>
class SimpleTestType;
This unconstrained (value-semantic) attribute class does not allocate memory and does not define any traits. See the section for information on the class attributes.
| Name | Description |
|---|---|
SimpleTestType [constructor] | Constructors |
~SimpleTestType [destructor] | Destroy this object. |
data | Return the value of the data attribute of this object. |
setData | Set the data attribute of this object to the specified value. |
| Name | Description |
|---|---|
debugprint | Same as the preceding overload for this test type. |
operator!= | Return whether two objects do not have the same value. |
operator== | Return whether two objects have the same value. |