LibreOffice Module registry (master) 1
Classes | Macros
regimpl.hxx File Reference
#include <sal/config.h>
#include <string_view>
#include <unordered_map>
#include <regapi.hxx>
#include <registry/regtype.h>
#include <rtl/ustring.hxx>
#include <osl/mutex.hxx>
#include <store/store.hxx>
Include dependency graph for regimpl.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ORegistry
 

Macros

#define VALUE_HEADERSIZE   5
 
#define VALUE_TYPEOFFSET   1
 
#define VALUE_HEADEROFFSET   5
 
#define REG_GUARD(mutex)    osl::Guard< osl::Mutex > aGuard( mutex );
 

Macro Definition Documentation

◆ REG_GUARD

#define REG_GUARD (   mutex)     osl::Guard< osl::Mutex > aGuard( mutex );

Definition at line 38 of file regimpl.hxx.

◆ VALUE_HEADEROFFSET

#define VALUE_HEADEROFFSET   5

Definition at line 36 of file regimpl.hxx.

◆ VALUE_HEADERSIZE

#define VALUE_HEADERSIZE   5

Definition at line 34 of file regimpl.hxx.

◆ VALUE_TYPEOFFSET

#define VALUE_TYPEOFFSET   1

Definition at line 35 of file regimpl.hxx.