LibreOffice Module unoidl (master) 1
Classes | Namespaces | Functions
unoidlprovider.cxx File Reference
#include <sal/config.h>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <set>
#include <string_view>
#include <utility>
#include <vector>
#include <o3tl/string_view.hxx>
#include <osl/endian.h>
#include <osl/file.h>
#include <rtl/character.hxx>
#include <rtl/ref.hxx>
#include <rtl/textenc.h>
#include <rtl/textcvt.h>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <sal/types.h>
#include <salhelper/simplereferenceobject.hxx>
#include <unoidl/unoidl.hxx>
#include "unoidlprovider.hxx"
Include dependency graph for unoidlprovider.cxx:

Go to the source code of this file.

Classes

class  unoidl::detail::MappedFile
 
struct  unoidl::detail::MapEntry
 

Namespaces

namespace  unoidl
 
namespace  unoidl::detail
 

Functions

static bool unoidl::detail::operator< (const Map &map1, const Map &map2)
 

Variable Documentation

◆ byte

unsigned char byte[8]

Definition at line 89 of file unoidlprovider.cxx.

◆ file_

rtl::Reference< MappedFile > file_
private

Definition at line 674 of file unoidlprovider.cxx.

◆ index_

sal_uInt32 index_
private

Definition at line 678 of file unoidlprovider.cxx.

◆ map_

NestedMap map_
private

Definition at line 677 of file unoidlprovider.cxx.

◆ reference1_

rtl::Reference<UnoidlProvider> reference1_
private

Definition at line 675 of file unoidlprovider.cxx.

◆ reference2_

rtl::Reference<UnoidlModuleEntity> reference2_
private

Definition at line 676 of file unoidlprovider.cxx.