LibreOffice Module bridges (master)
1
|
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <typelib/typedescription.hxx>
#include <memory>
#include <mutex>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | bridges::cpp_uno::shared::VtableFactory |
Hand out vtable structures for interface type descriptions. More... | |
struct | bridges::cpp_uno::shared::VtableFactory::Block |
A raw vtable block. More... | |
struct | bridges::cpp_uno::shared::VtableFactory::Vtables |
The vtable structure corresponding to an interface type. More... | |
Namespaces | |
bridges::cpp_uno::shared | |
Macros | |
#define | USE_DOUBLE_MMAP |
#define USE_DOUBLE_MMAP |
Definition at line 35 of file vtablefactory.hxx.
Referenced by bridges::cpp_uno::shared::VtableFactory::createVtables(), and vtableCall().