(C) 1998 AROS - The Amiga Research OS
NAME
#include <intuition/classes.h>
#include <proto/boopsi.h>
void AddClass (classPtr)
LOCATION
In BOOPSIBase at offset 5
SYNOPSIS
struct IClass * classPtr
FUNCTION
Makes a class publically usable. This function must not be called before MakeClass().
INPUTS
class
The result of MakeClass()
RESULT
None.
EXAMPLE
SEE ALSO
MakeClass(), FreeClass(), RemoveClass(), "Basic Object-Oriented Programming System for Intuition" and "boopsi Class Reference"
NOTES
Do not use this function for private classes.
BUGS
There is no protection against creating multiple classes with the same name yet. The operation of the system is undefined in this case.
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
23.10.1997 digulla
Added files from iaint