BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bsltf::NonDefaultConstructibleTestType Class Reference

#include <bsltf_nondefaultconstructibletesttype.h>

Detailed Description

This unconstrained (value-semantic) attribute class does not provide a default constructor.

See bsltf_nondefaultconstructibletesttype

Public Member Functions

 NonDefaultConstructibleTestType (int data)
 
 ~NonDefaultConstructibleTestType ()
 
void setData (int value)
 
int data () const
 

Constructor & Destructor Documentation

◆ NonDefaultConstructibleTestType()

bsltf::NonDefaultConstructibleTestType::NonDefaultConstructibleTestType ( int  data)
inlineexplicit

Create a NonDefaultConstructibleTestType object having the specified data attribute value.

◆ ~NonDefaultConstructibleTestType()

bsltf::NonDefaultConstructibleTestType::~NonDefaultConstructibleTestType ( )
inline

Destroy this object.

Member Function Documentation

◆ data()

int bsltf::NonDefaultConstructibleTestType::data ( ) const
inline

Return the value of the data attribute of this object.

◆ setData()

void bsltf::NonDefaultConstructibleTestType::setData ( int  value)
inline

Set the data attribute of this object to the specified value.


The documentation for this class was generated from the following file: