CCAFFEINE
0.8.8
|
#include <Object.h>
Root of all objects stored in our java container classes, except char * strings which the containers make a special case of deliberately. This is so that void * doesn't bite us in containers. CCAFFEINE also uses such a class for the same problem; we define it compatibly. Our containers do not assume object countability.
For now, ignore CCA Object compatibility -- want jc++ to live in a different namespace.
castable void *.
Do NOT try to get cute and add refcounting or anything to this class. Inherit from it if you want to do that.