LibreOffice Module bridges (master) 1
Classes | Namespaces | Functions
gcc3_linux_x86-64/share.hxx File Reference
#include <sal/config.h>
#include <typeinfo>
#include <exception>
#include <cstddef>
#include <cxxabi.h>
#include <unwind.h>
#include <config_cxxabi.h>
#include <uno/any2.h>
#include <uno/mapping.h>
Include dependency graph for gcc3_linux_x86-64/share.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  __cxxabiv1::__class_type_info
 
class  __cxxabiv1::__si_class_type_info
 
struct  __cxxabiv1::__base_class_type_info
 
class  __cxxabiv1::__vmi_class_type_info
 
struct  __cxxabiv1::__cxa_exception
 
struct  __cxxabiv1::__cxa_eh_globals
 

Namespaces

namespace  __cxxabiv1
 
namespace  CPPU_CURRENT_NAMESPACE
 

Functions

__cxa_eh_globals * __cxxabiv1::__cxa_get_globals () throw ()
 
std::type_info * __cxxabiv1::__cxa_current_exception_type ()
 
void * __cxxabiv1::__cxa_allocate_exception (std::size_t thrown_size) throw ()
 
void __cxxabiv1::__cxa_throw (void *thrown_exception, void *tinfo, void(*dest)(void *)) __attribute__((noreturn))
 
void privateSnippetExecutor (...)
 
void CPPU_CURRENT_NAMESPACE::raiseException (uno_Any *pUnoExc, uno_Mapping *pUno2Cpp)
 
void CPPU_CURRENT_NAMESPACE::fillUnoException (uno_Any *pUnoExc, uno_Mapping *pCpp2Uno)
 

Function Documentation

◆ privateSnippetExecutor()

void privateSnippetExecutor (   ...)