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

#include <bsltf_nonassignabletesttype.h>

Public Member Functions

 NonAssignableTestType ()
 
 NonAssignableTestType (int data)
 
 ~NonAssignableTestType ()
 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 an assignment operator.

See bsltf_nonassignabletesttype

Constructor & Destructor Documentation

◆ NonAssignableTestType() [1/2]

bsltf::NonAssignableTestType::NonAssignableTestType ( )
inline

Create a NonAssignableTestType object having the (default) attribute values:

data() == 0
int data() const
Return the value of the data attribute of this object.
Definition bsltf_nonassignabletesttype.h:198

◆ NonAssignableTestType() [2/2]

bsltf::NonAssignableTestType::NonAssignableTestType ( int  data)
inlineexplicit

Create a NonAssignableTestType object having the specified data attribute value.

◆ ~NonAssignableTestType()

bsltf::NonAssignableTestType::~NonAssignableTestType ( )
inline

Member Function Documentation

◆ data()

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

◆ setData()

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

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