NoPtr::DynObj< ObjType, Context > | Class DynObj<TT> is a proxy for a Dynamically Allocated Object (DAO -- i.e., an object created via a call to new) of type TT |
NoPtr::DynTmp< ObjType > | A DynTmp represents an unnamed temporary DynObj |
NoPtr::RRef< ObjType > | This class represents a reference to another object, of type DynObj or subclass of RRefable |
NoPtr::RRefable | Derive from this class to make your subclass a RRef'able object |