27 #ifndef CPPFREETYPE_CPTR_H_
28 #define CPPFREETYPE_CPTR_H_
33 template<
class Traits >
class RefPtr;
37 template<
class Traits >
74 template<
class Traits >
pointer to a reference counted object, auto destruct when reference count is zero ...
CPtr(cobjptr ptr=0)
may only be constructed by a RefPtr
ConstCPtr(const cobjptr ptr=0)
may only be constructed by a RefPtr
CPtr< Traits > & operator=(const CPtr< Traits > &)
not copyable
const cobjptr operator->() const
acts like a c-pointer by overloading the ->() operator, but is not copyable and doesn't allow the unde...
acts like a const c-pointer by overloading the ->() operator, but is not copyable and doesn't allow th...
ConstCPtr< Traits > & operator=(const ConstCPtr< Traits > &)
not copyable
BinaryKey other(const BinaryKey &key)
const cobjptr operator->() const