opensurgsim
List of all members
DefaultConstructible Class Reference

A class that supports default construction, but neither copying nor moving. More...

Inheritance diagram for DefaultConstructible:
ArgumentOnlyConstructible ObjectCounts

Additional Inherited Members

- Public Member Functions inherited from ArgumentOnlyConstructible
 ArgumentOnlyConstructible (int data)
 
int getValue () const
 
void setValue (int d)
 
int getInstanceIndex () const
 
- 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 supports default construction, but neither copying nor moving.


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