|
Panda3D
|
A class object for storing specifically objects of type TypedReferenceCount, which is different than TypedWritableReferenceCount. More...
Public Member Functions | |
| EventStoreTypedRefCount (TypedReferenceCount const value) | |
| TypedReferenceCount | getValue () |
| Retrieves the value stored in the parameter. | |
| setValue (TypedReferenceCount const value) | |
| Changes the value stored in the parameter. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
A class object for storing specifically objects of type TypedReferenceCount, which is different than TypedWritableReferenceCount.
| EventStoreTypedRefCount | ( | TypedReferenceCount const | value | ) |
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from EventStoreValueBase.
| TypedReferenceCount getValue | ( | ) |
Retrieves the value stored in the parameter.
| setValue | ( | TypedReferenceCount const | value | ) |
Changes the value stored in the parameter.
It is dangerous to do this for a parameter already added to an event, since the parameters may be shared.
1.7.3