LibreOffice Module unoidl (master) 1
Classes | Public Member Functions | Public Attributes | List of all members
unoidl::SingleInterfaceBasedServiceEntity::Constructor Struct Reference

#include <unoidl.hxx>

Classes

struct  Parameter
 

Public Member Functions

 Constructor ()
 
 Constructor (OUString theName, std::vector< Parameter > &&theParameters, std::vector< OUString > &&theExceptions, std::vector< OUString > &&theAnnotations)
 

Public Attributes

OUString name
 
std::vector< Parameterparameters
 
std::vector< OUString > exceptions
 
std::vector< OUString > annotations
 
bool defaultConstructor
 

Detailed Description

Definition at line 494 of file unoidl.hxx.

Constructor & Destructor Documentation

◆ Constructor() [1/2]

unoidl::SingleInterfaceBasedServiceEntity::Constructor::Constructor ( )
inline

Definition at line 509 of file unoidl.hxx.

◆ Constructor() [2/2]

unoidl::SingleInterfaceBasedServiceEntity::Constructor::Constructor ( OUString  theName,
std::vector< Parameter > &&  theParameters,
std::vector< OUString > &&  theExceptions,
std::vector< OUString > &&  theAnnotations 
)
inline

Definition at line 512 of file unoidl.hxx.

References name.

Member Data Documentation

◆ annotations

std::vector< OUString > unoidl::SingleInterfaceBasedServiceEntity::Constructor::annotations

Definition at line 529 of file unoidl.hxx.

◆ defaultConstructor

bool unoidl::SingleInterfaceBasedServiceEntity::Constructor::defaultConstructor

Definition at line 531 of file unoidl.hxx.

◆ exceptions

std::vector< OUString > unoidl::SingleInterfaceBasedServiceEntity::Constructor::exceptions

Definition at line 527 of file unoidl.hxx.

◆ name

OUString unoidl::SingleInterfaceBasedServiceEntity::Constructor::name

Definition at line 523 of file unoidl.hxx.

◆ parameters

std::vector< Parameter > unoidl::SingleInterfaceBasedServiceEntity::Constructor::parameters

Definition at line 525 of file unoidl.hxx.


The documentation for this struct was generated from the following file: