Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EventStoreTypedRefCount Class Reference

A class object for storing specifically objects of type TypedReferenceCount, which is different than TypedWritableReferenceCount. More...

Inheritance diagram for EventStoreTypedRefCount:
EventStoreValueBase TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject

List of all members.

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 ()

Detailed Description

A class object for storing specifically objects of type TypedReferenceCount, which is different than TypedWritableReferenceCount.


Constructor & Destructor Documentation


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from EventStoreValueBase.

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.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties