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

#include <bsltf_nonequalcomparabletesttype.h>

Detailed Description

This unconstrained (value-semantic) attribute class does not provide equality-comparison operators.

See bsltf_nonequalcomparabletesttype

Public Member Functions

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

Constructor & Destructor Documentation

◆ NonEqualComparableTestType() [1/2]

bsltf::NonEqualComparableTestType::NonEqualComparableTestType ( )
inline

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

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

◆ NonEqualComparableTestType() [2/2]

bsltf::NonEqualComparableTestType::NonEqualComparableTestType ( int  data)
inlineexplicit

Create a NonEqualComparableTestType object having the specified data attribute value.

◆ ~NonEqualComparableTestType()

bsltf::NonEqualComparableTestType::~NonEqualComparableTestType ( )
inline

Destroy this object.

Member Function Documentation

◆ data()

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

Return the value of the data attribute of this object.

◆ setData()

void bsltf::NonEqualComparableTestType::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: