cheshirekow  v0.1.0
fontconfig::ConstantDelegate Class Reference

#include <cpp_fontconfig/Constant.h>

Public Member Functions

const Char8_tget_name () const
 
const char * get_object () const
 
int get_value () const
 
ConstantDelegateoperator-> ()
 
const ConstantDelegateoperator-> () const
 

Private Member Functions

 ConstantDelegate (const FcConstant *ptr)
 wrap constructor More...
 
 ConstantDelegate (const ConstantDelegate &other)
 not copy-constructable More...
 
ConstantDelegateoperator= (const ConstantDelegate &other)
 not assignable More...
 

Private Attributes

const FcConstant * m_ptr
 

Friends

class RefPtr< Constant >
 

Detailed Description

Definition at line 40 of file Constant.h.

Constructor & Destructor Documentation

fontconfig::ConstantDelegate::ConstantDelegate ( const FcConstant *  ptr)
inlineexplicitprivate

wrap constructor

wraps the pointer with this interface, does nothing else, only called by RefPtr<Atomic>

Definition at line 50 of file Constant.h.

fontconfig::ConstantDelegate::ConstantDelegate ( const ConstantDelegate other)
private

not copy-constructable

Member Function Documentation

const Char8_t* fontconfig::ConstantDelegate::get_name ( ) const
const char* fontconfig::ConstantDelegate::get_object ( ) const
int fontconfig::ConstantDelegate::get_value ( ) const
ConstantDelegate* fontconfig::ConstantDelegate::operator-> ( )
inline

Definition at line 63 of file Constant.h.

const ConstantDelegate* fontconfig::ConstantDelegate::operator-> ( ) const
inline

Definition at line 64 of file Constant.h.

ConstantDelegate& fontconfig::ConstantDelegate::operator= ( const ConstantDelegate other)
private

not assignable

Friends And Related Function Documentation

friend class RefPtr< Constant >
friend

Definition at line 61 of file Constant.h.

Member Data Documentation

const FcConstant* fontconfig::ConstantDelegate::m_ptr
private

Definition at line 43 of file Constant.h.


The documentation for this class was generated from the following file: