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

#include <bsltf_nonequalcomparabletesttype.h>

Public Member Functions

 NonEqualComparableTestType ()
 
 NonEqualComparableTestType (int data)
 
 ~NonEqualComparableTestType ()
 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 equality-comparison operators.

See bsltf_nonequalcomparabletesttype

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

Member Function Documentation

◆ data()

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

◆ setData()

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

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