- Mixin allowing all primitives to be kept in a list for garbage collection
All class functions are defined inline.
[
Object |
Source |
Search |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
Class Summary
class RiObject
{
}; // RiObject
DESCRIPTION
Primitives need to be maintained somehow so they can be deleted when the system
is done with them (the system has no idea how many times they appear in the system, so
it can't delete them.)
~RiObject() ;
Destructor
virtual ~RiObject()
;
Function is currently defined inline.
All Members
Ancestors
Class does not inherit from any other class.
Descendants
Generated from source by the Cocoon utilities on Fri Feb 25 15:15:37 2000
.