#include <bsltf_noncopyconstructibletesttype.h>
This unconstrained (value-semantic) attribute class does not provide a copy constructor.
See bsltf_noncopyconstructibletesttype
◆ NonCopyConstructibleTestType() [1/2]
bsltf::NonCopyConstructibleTestType::NonCopyConstructibleTestType |
( |
| ) |
|
|
inline |
Create a NonCopyConstructibleTestType
object having the (default) attribute values:
int data() const
Return the value of the data attribute of this object.
Definition bsltf_noncopyconstructibletesttype.h:199
◆ NonCopyConstructibleTestType() [2/2]
bsltf::NonCopyConstructibleTestType::NonCopyConstructibleTestType |
( |
int |
data | ) |
|
|
inlineexplicit |
◆ ~NonCopyConstructibleTestType()
bsltf::NonCopyConstructibleTestType::~NonCopyConstructibleTestType |
( |
| ) |
|
|
inline |
◆ data()
int bsltf::NonCopyConstructibleTestType::data |
( |
| ) |
const |
|
inline |
◆ setData()
void bsltf::NonCopyConstructibleTestType::setData |
( |
int |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: