LibreOffice Module unoidl (master) 1
Public Types | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
unoidl::Entity Class Reference

#include <unoidl.hxx>

Inheritance diagram for unoidl::Entity:
[legend]
Collaboration diagram for unoidl::Entity:
[legend]

Public Types

enum  Sort {
  SORT_MODULE ,
  SORT_ENUM_TYPE ,
  SORT_PLAIN_STRUCT_TYPE ,
  SORT_POLYMORPHIC_STRUCT_TYPE_TEMPLATE ,
  SORT_EXCEPTION_TYPE ,
  SORT_INTERFACE_TYPE ,
  SORT_TYPEDEF ,
  SORT_CONSTANT_GROUP ,
  SORT_SINGLE_INTERFACE_BASED_SERVICE ,
  SORT_ACCUMULATION_BASED_SERVICE ,
  SORT_INTERFACE_BASED_SINGLETON ,
  SORT_SERVICE_BASED_SINGLETON
}
 

Public Member Functions

Sort getSort () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Member Functions

SAL_DLLPRIVATE Entity (Sort sort)
 
virtual SAL_DLLPRIVATE ~Entity () noexcept override
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

Sort sort_
 

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 Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 81 of file unoidl.hxx.

Member Enumeration Documentation

◆ Sort

Enumerator
SORT_MODULE 
SORT_ENUM_TYPE 
SORT_PLAIN_STRUCT_TYPE 
SORT_POLYMORPHIC_STRUCT_TYPE_TEMPLATE 
SORT_EXCEPTION_TYPE 
SORT_INTERFACE_TYPE 
SORT_TYPEDEF 
SORT_CONSTANT_GROUP 
SORT_SINGLE_INTERFACE_BASED_SERVICE 
SORT_ACCUMULATION_BASED_SERVICE 
SORT_INTERFACE_BASED_SINGLETON 
SORT_SERVICE_BASED_SINGLETON 

Definition at line 83 of file unoidl.hxx.

Constructor & Destructor Documentation

◆ Entity()

SAL_DLLPRIVATE unoidl::Entity::Entity ( Sort  sort)
inlineexplicitprotected

Definition at line 94 of file unoidl.hxx.

◆ ~Entity()

unoidl::Entity::~Entity ( )
overrideprotectedvirtualnoexcept

Definition at line 133 of file unoidl.cxx.

Member Function Documentation

◆ getSort()

Sort unoidl::Entity::getSort ( ) const
inline

Definition at line 91 of file unoidl.hxx.

Member Data Documentation

◆ sort_

Sort unoidl::Entity::sort_
private

Definition at line 99 of file unoidl.hxx.


The documentation for this class was generated from the following files: