BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsltf::NonDefaultConstructibleTestType Class Reference

#include <bsltf_nondefaultconstructibletesttype.h>

Public Member Functions

 NonDefaultConstructibleTestType (int data)
 
 ~NonDefaultConstructibleTestType ()
 Destroy this object.
 
void setData (int value)
 Set the data attribute of this object to the specified value.
 
int data () const
 Return the value of the data attribute of this object.
 

Detailed Description

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

See bsltf_nondefaultconstructibletesttype

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

Member Function Documentation

◆ data()

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

◆ setData()

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

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