Base class for all smart-pointers.
Base class for all smart-pointers. This class implements common mechanisms for all smart-pointers (see GP). There should be no need to use this class directly. Its sole purpose consists in reducing the template expansion overhead.
GPBase(const GPBase &sptr)
GPBase(GPEnabled *nptr)
~GPBase()
GPEnabled* get() const
GPBase& assign(const GPBase &sptr)
GPBase& assign(GPEnabled *nptr)
GPBase& operator=(const GPBase & obj)
int operator==(const GPBase & g2) const
Alphabetic index HTML hierarchy of classes or Java