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

#include <jni_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 228 of file jni_base.h.

Constructor & Destructor Documentation

◆ TypeDescr() [1/2]

jni_uno::TypeDescr::TypeDescr ( TypeDescr const &  )
privatedelete

◆ TypeDescr() [2/2]

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

Definition at line 244 of file jni_base.h.

References m_td.

◆ ~TypeDescr()

jni_uno::TypeDescr::~TypeDescr ( )
inline

Definition at line 237 of file jni_base.h.

References m_td.

Member Function Documentation

◆ get()

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

◆ operator=()

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

Member Data Documentation

◆ m_td

typelib_TypeDescription* jni_uno::TypeDescr::m_td
private

Definition at line 230 of file jni_base.h.

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


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