27 #ifndef CPPFONTCONFIG_CPTR_H_
28 #define CPPFONTCONFIG_CPTR_H_
31 namespace fontconfig {
33 template<
class Traits >
class RefPtr;
37 template<
class Traits >
74 template<
class Traits >
ConstCPtr< Traits > & operator=(const ConstCPtr< Traits > &)
not copyable
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...
CPtr(cobjptr ptr=0)
may only be constructed by a RefPtr
const cobjptr operator->() const
BinaryKey other(const BinaryKey &key)
acts like a const c-pointer by overloading the ->() operator, but is not copyable and doesn't allow th...
object which acts like a c-pointer, but when dereferenced returns a delegate object which adds method...