Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bsltf::BitwiseMoveableTestType Class Reference

#include <bsltf_bitwisemoveabletesttype.h>

List of all members.

Public Member Functions

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

Detailed Description

This unconstrained (value-semantic) attribute class defines the bslmf::IsBitwiseMoveable and does not allocate memory. See the Attributes section under @DESCRIPTION in the component-level documentation for information on the class attributes.

See Component bsltf_bitwisemoveabletesttype


Constructor & Destructor Documentation

bsltf::BitwiseMoveableTestType::BitwiseMoveableTestType (  ) 

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

          data() == 0
bsltf::BitwiseMoveableTestType::BitwiseMoveableTestType ( int  data  )  [explicit]

Create a BitwiseMoveableTestType object having the specified data attribute value.

bsltf::BitwiseMoveableTestType::~BitwiseMoveableTestType (  ) 

Destroy this object.


Member Function Documentation

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

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

int bsltf::BitwiseMoveableTestType::data (  )  const

Return the value of the data attribute of this object.


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