#include <bsltf_simpletesttype.h>
This unconstrained (value-semantic) attribute class does not allocate memory and does not define any traits. See the Attributes section for information on the class attributes.
See bsltf_simpletesttype
◆ SimpleTestType() [1/3]
bsltf::SimpleTestType::SimpleTestType |
( |
| ) |
|
|
inline |
Create a SimpleTestType
object having the (default) attribute values:
int data() const
Return the value of the data attribute of this object.
Definition bsltf_simpletesttype.h:219
◆ SimpleTestType() [2/3]
bsltf::SimpleTestType::SimpleTestType |
( |
int |
data | ) |
|
|
inlineexplicit |
Create a SimpleTestType
object having the specified data
attribute value.
◆ SimpleTestType() [3/3]
bsltf::SimpleTestType::SimpleTestType |
( |
const SimpleTestType & |
original | ) |
|
|
default |
◆ ~SimpleTestType()
bsltf::SimpleTestType::~SimpleTestType |
( |
| ) |
|
|
inline |
◆ data()
int bsltf::SimpleTestType::data |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setData()
void bsltf::SimpleTestType::setData |
( |
int |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: