LibreOffice Module cli_ure (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cli_uno::TypeDescr Class Reference

#include <cli_base.h>

Public Member Functions

 TypeDescr (typelib_TypeDescriptionReference *td_ref)
 
 ~TypeDescr ()
 
typelib_TypeDescriptionget () const
 

Private Member Functions

 TypeDescr (TypeDescr const &)=delete
 
TypeDescroperator= (TypeDescr const &)=delete
 

Private Attributes

typelib_TypeDescriptionm_td
 

Detailed Description

Definition at line 139 of file cli_base.h.

Constructor & Destructor Documentation

◆ TypeDescr() [1/2]

cli_uno::TypeDescr::TypeDescr ( TypeDescr const &  )
privatedelete

◆ TypeDescr() [2/2]

cli_uno::TypeDescr::TypeDescr ( typelib_TypeDescriptionReference *  td_ref)
inlineexplicit

Definition at line 155 of file cli_base.h.

References m_td.

◆ ~TypeDescr()

cli_uno::TypeDescr::~TypeDescr ( )
inline

Definition at line 148 of file cli_base.h.

References m_td.

Member Function Documentation

◆ get()

typelib_TypeDescription * cli_uno::TypeDescr::get ( ) const
inline

◆ operator=()

TypeDescr & cli_uno::TypeDescr::operator= ( TypeDescr const &  )
privatedelete

Member Data Documentation

◆ m_td

typelib_TypeDescription* cli_uno::TypeDescr::m_td
private

Definition at line 141 of file cli_base.h.

Referenced by get(), TypeDescr(), and ~TypeDescr().


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