Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bsltf::NonDefaultConstructibleTestType Class Reference

#include <bsltf_nondefaultconstructibletesttype.h>

List of all members.

Public Member Functions

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

Detailed Description

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

See Component bsltf_nondefaultconstructibletesttype


Constructor & Destructor Documentation

bsltf::NonDefaultConstructibleTestType::NonDefaultConstructibleTestType ( int  data  )  [explicit]

Create a NonDefaultConstructibleTestType object having the specified data attribute value.

bsltf::NonDefaultConstructibleTestType::~NonDefaultConstructibleTestType (  ) 

Destroy this object.


Member Function Documentation

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

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

int bsltf::NonDefaultConstructibleTestType::data (  )  const

Return the value of the data attribute of this object.


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