opensurgsim
Public Member Functions | List of all members
ArgumentOnlyConstructible Class Reference

A class that only supports construction with an argument, and doesn't support copying or moving. More...

Inheritance diagram for ArgumentOnlyConstructible:
ObjectCounts DefaultConstructible

Public Member Functions

 ArgumentOnlyConstructible (int data)
 
int getValue () const
 
void setValue (int d)
 
int getInstanceIndex () const
 

Additional Inherited Members

- Static Public Member Functions inherited from ObjectCounts
static int getNumInstancesCreated ()
 
static int getNumInstancesDestroyed ()
 
static void resetInstanceIndices ()
 
- Static Protected Member Functions inherited from ObjectCounts
static int getNextInstanceIndex ()
 
static void markDestruction ()
 
- Static Protected Attributes inherited from ObjectCounts
static int m_constructionIndex = 0
 
static int m_destructionIndex = 0
 

Detailed Description

A class that only supports construction with an argument, and doesn't support copying or moving.


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