[#BloombergLP-bsltf-SimpleTestType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::SimpleTestType :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bsltf_simpletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SimpleTestType; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/SimpleTestType/2constructor-03.adoc[`SimpleTestType`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsltf/SimpleTestType/2destructor.adoc[`~SimpleTestType`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/bsltf/SimpleTestType/data.adoc[`data`] | Return the value of the `data` attribute of this object. | xref:BloombergLP/bsltf/SimpleTestType/setData.adoc[`setData`] | Set the `data` attribute of this object to the specified `value`. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/debugprint-0d95.adoc[`debugprint`] | Same as the preceding overload for this test type. | xref:BloombergLP/bsltf/operator_not_eq-0f4.adoc[`operator!=`] | Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `SimpleTestType` objects do not have the same value if their `data` attributes are not the same. | xref:BloombergLP/bsltf/operator_eq-037.adoc[`operator==`] | Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `SimpleTestType` objects have the same value if their `data` attributes are the same. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#