LibreOffice Module stoc (master) 1
|
#include <permissions.h>
Public Types | |
enum | t_type { ALL , RUNTIME , SOCKET , FILE } |
Public Member Functions | |
Permission (t_type type, ::rtl::Reference< Permission > next) | |
virtual bool | implies (Permission const &perm) const =0 |
virtual OUString | toString () const =0 |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Public Attributes | |
::rtl::Reference< Permission > | m_next |
enum stoc_sec::Permission::t_type | m_type |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Definition at line 33 of file permissions.h.
Enumerator | |
---|---|
ALL | |
RUNTIME | |
SOCKET | |
FILE |
Definition at line 38 of file permissions.h.
|
inline |
Definition at line 40 of file permissions.h.
References type.
|
pure virtual |
Implemented in stoc_sec::AllPermission.
|
pure virtual |
Implemented in stoc_sec::AllPermission.
Referenced by stoc_sec::throwAccessControlException().
::rtl::Reference< Permission > stoc_sec::Permission::m_next |
Definition at line 36 of file permissions.h.
enum stoc_sec::Permission::t_type stoc_sec::Permission::m_type |