LibreOffice Module bridges (master)
1
|
#include <jni_base.h>
Public Member Functions | |
TypeDescr (typelib_TypeDescriptionReference *td_ref) | |
~TypeDescr () | |
typelib_TypeDescription * | get () const |
Private Member Functions | |
TypeDescr (TypeDescr const &)=delete | |
TypeDescr & | operator= (TypeDescr const &)=delete |
Private Attributes | |
typelib_TypeDescription * | m_td |
Definition at line 227 of file jni_base.h.
|
privatedelete |
|
inlineexplicit |
Definition at line 243 of file jni_base.h.
References m_td.
|
inline |
Definition at line 236 of file jni_base.h.
|
inline |
Definition at line 239 of file jni_base.h.
References m_td.
Referenced by jni_uno::JNI_info::append_sig(), jni_uno::Bridge::call_uno(), jni_uno::JNI_info::get_type_info(), jni_uno::JNI_interface_type_info::JNI_interface_type_info(), jni_uno::Bridge::map_to_java(), and jni_uno::Bridge::map_to_uno().
|
private |
Definition at line 229 of file jni_base.h.
Referenced by get(), and TypeDescr().