|
opensurgsim
|
A class that only supports construction with an argument, and doesn't support copying or moving. More...
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 |
A class that only supports construction with an argument, and doesn't support copying or moving.
1.8.12