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

#include <unoidl.hxx>

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

Classes

struct  Attribute
 
struct  Method
 

Public Member Functions

SAL_DLLPRIVATE InterfaceTypeEntity (bool published, std::vector< AnnotatedReference > &&directMandatoryBases, std::vector< AnnotatedReference > &&directOptionalBases, std::vector< Attribute > &&directAttributes, std::vector< Method > &&directMethods, std::vector< OUString > &&annotations)
 
std::vector< AnnotatedReference > const & getDirectMandatoryBases () const
 
std::vector< AnnotatedReference > const & getDirectOptionalBases () const
 
std::vector< Attribute > const & getDirectAttributes () const
 
std::vector< Method > const & getDirectMethods () 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 ~InterfaceTypeEntity () noexcept override
 

Private Attributes

std::vector< AnnotatedReferencedirectMandatoryBases_
 
std::vector< AnnotatedReferencedirectOptionalBases_
 
std::vector< AttributedirectAttributes_
 
std::vector< MethoddirectMethods_
 

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 294 of file unoidl.hxx.

Constructor & Destructor Documentation

◆ InterfaceTypeEntity()

SAL_DLLPRIVATE unoidl::InterfaceTypeEntity::InterfaceTypeEntity ( bool  published,
std::vector< AnnotatedReference > &&  directMandatoryBases,
std::vector< AnnotatedReference > &&  directOptionalBases,
std::vector< Attribute > &&  directAttributes,
std::vector< Method > &&  directMethods,
std::vector< OUString > &&  annotations 
)
inline

Definition at line 360 of file unoidl.hxx.

◆ ~InterfaceTypeEntity()

unoidl::InterfaceTypeEntity::~InterfaceTypeEntity ( )
overrideprivatevirtualnoexcept

Definition at line 151 of file unoidl.cxx.

Member Function Documentation

◆ getDirectAttributes()

std::vector< Attribute > const & unoidl::InterfaceTypeEntity::getDirectAttributes ( ) const
inline

Definition at line 380 of file unoidl.hxx.

◆ getDirectMandatoryBases()

std::vector< AnnotatedReference > const & unoidl::InterfaceTypeEntity::getDirectMandatoryBases ( ) const
inline

Definition at line 374 of file unoidl.hxx.

◆ getDirectMethods()

std::vector< Method > const & unoidl::InterfaceTypeEntity::getDirectMethods ( ) const
inline

Definition at line 383 of file unoidl.hxx.

◆ getDirectOptionalBases()

std::vector< AnnotatedReference > const & unoidl::InterfaceTypeEntity::getDirectOptionalBases ( ) const
inline

Definition at line 377 of file unoidl.hxx.

Member Data Documentation

◆ directAttributes_

std::vector< Attribute > unoidl::InterfaceTypeEntity::directAttributes_
private

Definition at line 391 of file unoidl.hxx.

◆ directMandatoryBases_

std::vector< AnnotatedReference > unoidl::InterfaceTypeEntity::directMandatoryBases_
private

Definition at line 389 of file unoidl.hxx.

◆ directMethods_

std::vector< Method > unoidl::InterfaceTypeEntity::directMethods_
private

Definition at line 392 of file unoidl.hxx.

◆ directOptionalBases_

std::vector< AnnotatedReference > unoidl::InterfaceTypeEntity::directOptionalBases_
private

Definition at line 390 of file unoidl.hxx.


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