cheshirekow
v0.1.0
|
wraps FcObjectType More...
#include <cpp_fontconfig/ObjectType.h>
Public Member Functions | |
Type_t | get_type () |
ObjectTypeDelegate * | operator-> () |
const ObjectTypeDelegate * | operator-> () const |
Private Member Functions | |
ObjectTypeDelegate (FcObjectType *ptr) | |
wrap constructor More... | |
ObjectTypeDelegate (const ObjectTypeDelegate &other) | |
not copy-constructable More... | |
ObjectTypeDelegate & | operator= (const ObjectTypeDelegate &other) |
not assignable More... | |
Private Attributes | |
const FcObjectType * | m_ptr |
Friends | |
class | RefPtr< ObjectType > |
wraps FcObjectType
Definition at line 40 of file ObjectType.h.
|
inlineexplicitprivate |
wrap constructor
wraps the pointer with this interface, does nothing else, only called by RefPtr<Atomic>
Definition at line 50 of file ObjectType.h.
|
private |
not copy-constructable
Type_t fontconfig::ObjectTypeDelegate::get_type | ( | ) |
|
inline |
Definition at line 63 of file ObjectType.h.
|
inline |
Definition at line 64 of file ObjectType.h.
|
private |
not assignable
|
friend |
Definition at line 61 of file ObjectType.h.
|
private |
Definition at line 43 of file ObjectType.h.