libStatGen Software 1
Loading...
Searching...
No Matches
ReusableVectorTestDataType Class Reference

Public Member Functions

void clear ()
 

Public Attributes

int myValue
 

Static Public Attributes

static int ourValue = 0
 
static int ourNumDestructs = 0
 

Detailed Description

Definition at line 34 of file ReusableVectorTest.h.

Constructor & Destructor Documentation

◆ ReusableVectorTestDataType()

ReusableVectorTestDataType::ReusableVectorTestDataType ( )

Definition at line 183 of file ReusableVectorTest.cpp.

184{
185 myValue = ourValue++;
186}

◆ ~ReusableVectorTestDataType()

ReusableVectorTestDataType::~ReusableVectorTestDataType ( )

Definition at line 189 of file ReusableVectorTest.cpp.

190{
191 ++ourNumDestructs;
192}

Member Function Documentation

◆ clear()

void ReusableVectorTestDataType::clear ( )
inline

Definition at line 40 of file ReusableVectorTest.h.

40{}

Member Data Documentation

◆ myValue

int ReusableVectorTestDataType::myValue

Definition at line 44 of file ReusableVectorTest.h.

◆ ourNumDestructs

int ReusableVectorTestDataType::ourNumDestructs = 0
static

Definition at line 46 of file ReusableVectorTest.h.

◆ ourValue

int ReusableVectorTestDataType::ourValue = 0
static

Definition at line 42 of file ReusableVectorTest.h.


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