LibreOffice Module unoidl (master) 1
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
unoidl::SingleInterfaceBasedServiceEntity Class Referencefinal

#include <unoidl.hxx>

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

Classes

struct  Constructor
 

Public Member Functions

SAL_DLLPRIVATE SingleInterfaceBasedServiceEntity (bool published, OUString base, std::vector< Constructor > &&constructors, std::vector< OUString > &&annotations)
 
const OUString & getBase () const
 
std::vector< Constructor > const & getConstructors () const
 
- Public Member Functions inherited from unoidl::PublishableEntity
bool isPublished () const
 
std::vector< OUString > const & getAnnotations () const
 
- Public Member Functions inherited from unoidl::Entity
Sort getSort () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Member Functions

virtual SAL_DLLPRIVATE ~SingleInterfaceBasedServiceEntity () noexcept override
 

Private Attributes

OUString base_
 
std::vector< Constructorconstructors_
 

Additional Inherited Members

- Public Types inherited from unoidl::Entity
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
}
 
- 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 unoidl::PublishableEntity
SAL_DLLPRIVATE PublishableEntity (Sort sort, bool published, std::vector< OUString > &&annotations)
 
virtual SAL_DLLPRIVATE ~PublishableEntity () noexcept override
 
- Protected Member Functions inherited from unoidl::Entity
SAL_DLLPRIVATE Entity (Sort sort)
 
virtual SAL_DLLPRIVATE ~Entity () noexcept override
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 490 of file unoidl.hxx.

Constructor & Destructor Documentation

◆ SingleInterfaceBasedServiceEntity()

SAL_DLLPRIVATE unoidl::SingleInterfaceBasedServiceEntity::SingleInterfaceBasedServiceEntity ( bool  published,
OUString  base,
std::vector< Constructor > &&  constructors,
std::vector< OUString > &&  annotations 
)
inline

Definition at line 534 of file unoidl.hxx.

References base.

◆ ~SingleInterfaceBasedServiceEntity()

unoidl::SingleInterfaceBasedServiceEntity::~SingleInterfaceBasedServiceEntity ( )
overrideprivatevirtualnoexcept

Definition at line 157 of file unoidl.cxx.

Member Function Documentation

◆ getBase()

const OUString & unoidl::SingleInterfaceBasedServiceEntity::getBase ( ) const
inline

Definition at line 543 of file unoidl.hxx.

◆ getConstructors()

std::vector< Constructor > const & unoidl::SingleInterfaceBasedServiceEntity::getConstructors ( ) const
inline

Definition at line 545 of file unoidl.hxx.

Member Data Documentation

◆ base_

OUString unoidl::SingleInterfaceBasedServiceEntity::base_
private

Definition at line 551 of file unoidl.hxx.

◆ constructors_

std::vector< Constructor > unoidl::SingleInterfaceBasedServiceEntity::constructors_
private

Definition at line 552 of file unoidl.hxx.


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