LibreOffice Module unoidl (master) 1
Public Member Functions | Public Attributes | List of all members
unoidl::InterfaceTypeEntity::Attribute Struct Reference

#include <unoidl.hxx>

Public Member Functions

 Attribute (OUString theName, OUString theType, bool theBound, bool theReadOnly, std::vector< OUString > &&theGetExceptions, std::vector< OUString > &&theSetExceptions, std::vector< OUString > &&theAnnotations)
 

Public Attributes

OUString name
 
OUString type
 
bool bound
 
bool readOnly
 
std::vector< OUString > getExceptions
 
std::vector< OUString > setExceptions
 
std::vector< OUString > annotations
 

Detailed Description

Definition at line 296 of file unoidl.hxx.

Constructor & Destructor Documentation

◆ Attribute()

unoidl::InterfaceTypeEntity::Attribute::Attribute ( OUString  theName,
OUString  theType,
bool  theBound,
bool  theReadOnly,
std::vector< OUString > &&  theGetExceptions,
std::vector< OUString > &&  theSetExceptions,
std::vector< OUString > &&  theAnnotations 
)
inline

Definition at line 297 of file unoidl.hxx.

References name, and type.

Member Data Documentation

◆ annotations

std::vector< OUString > unoidl::InterfaceTypeEntity::Attribute::annotations

Definition at line 320 of file unoidl.hxx.

◆ bound

bool unoidl::InterfaceTypeEntity::Attribute::bound

Definition at line 312 of file unoidl.hxx.

◆ getExceptions

std::vector< OUString > unoidl::InterfaceTypeEntity::Attribute::getExceptions

Definition at line 316 of file unoidl.hxx.

◆ name

OUString unoidl::InterfaceTypeEntity::Attribute::name

Definition at line 308 of file unoidl.hxx.

◆ readOnly

bool unoidl::InterfaceTypeEntity::Attribute::readOnly

Definition at line 314 of file unoidl.hxx.

◆ setExceptions

std::vector< OUString > unoidl::InterfaceTypeEntity::Attribute::setExceptions

Definition at line 318 of file unoidl.hxx.

◆ type

OUString unoidl::InterfaceTypeEntity::Attribute::type

Definition at line 310 of file unoidl.hxx.


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