CopyOnWriteObject

from panda3d.core import CopyOnWriteObject
class CopyOnWriteObject

Bases:

Bases: CachedTypedWritableReferenceCount

This base class provides basic reference counting, but also can be used with a CopyOnWritePointer to provide get_read_pointer() and get_write_pointer().

Inheritance diagram

Inheritance diagram of CopyOnWriteObject

cache_ref()

See panda3d.core.CachedTypedWritableReferenceCount.cache_ref().

cache_unref() bool

See panda3d.core.CachedTypedWritableReferenceCount.cache_unref().

static get_class_type() TypeHandle