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

#include <unoidl.hxx>

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

Public Member Functions

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 ()
 

Protected Member Functions

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
 

Private Attributes

bool published_
 
std::vector< OUString > annotations_
 

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

Detailed Description

Definition at line 127 of file unoidl.hxx.

Constructor & Destructor Documentation

◆ PublishableEntity()

SAL_DLLPRIVATE unoidl::PublishableEntity::PublishableEntity ( Sort  sort,
bool  published,
std::vector< OUString > &&  annotations 
)
inlineprotected

Definition at line 135 of file unoidl.hxx.

◆ ~PublishableEntity()

unoidl::PublishableEntity::~PublishableEntity ( )
overrideprotectedvirtualnoexcept

Definition at line 139 of file unoidl.cxx.

Member Function Documentation

◆ getAnnotations()

std::vector< OUString > const & unoidl::PublishableEntity::getAnnotations ( ) const
inline

Definition at line 131 of file unoidl.hxx.

◆ isPublished()

bool unoidl::PublishableEntity::isPublished ( ) const
inline

Definition at line 129 of file unoidl.hxx.

Member Data Documentation

◆ annotations_

std::vector< OUString > unoidl::PublishableEntity::annotations_
private

Definition at line 146 of file unoidl.hxx.

◆ published_

bool unoidl::PublishableEntity::published_
private

Definition at line 144 of file unoidl.hxx.


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