LibreOffice Module basctl (master) 1
Classes | Public Member Functions | Private Attributes | List of all members
basctl::LibInfo::Key Class Reference
Collaboration diagram for basctl::LibInfo::Key:
[legend]

Classes

struct  Hash
 

Public Member Functions

 Key (ScriptDocument, OUString aLibName)
 
bool operator== (Key const &) const
 
const ScriptDocumentGetDocument () const
 

Private Attributes

ScriptDocument m_aDocument
 
OUString m_aLibName
 

Detailed Description

Definition at line 260 of file bastypes.hxx.

Constructor & Destructor Documentation

◆ Key()

basctl::LibInfo::Key::Key ( ScriptDocument  aDocument,
OUString  aLibName 
)

Definition at line 720 of file bastypes.cxx.

Member Function Documentation

◆ GetDocument()

const ScriptDocument & basctl::LibInfo::Key::GetDocument ( ) const
inline

Definition at line 275 of file bastypes.hxx.

References m_aDocument.

◆ operator==()

bool basctl::LibInfo::Key::operator== ( Key const &  rKey) const

Definition at line 724 of file bastypes.cxx.

References m_aDocument, and m_aLibName.

Member Data Documentation

◆ m_aDocument

ScriptDocument basctl::LibInfo::Key::m_aDocument
private

Definition at line 263 of file bastypes.hxx.

Referenced by GetDocument(), basctl::LibInfo::Key::Hash::operator()(), and operator==().

◆ m_aLibName

OUString basctl::LibInfo::Key::m_aLibName
private

Definition at line 264 of file bastypes.hxx.

Referenced by basctl::LibInfo::Key::Hash::operator()(), and operator==().


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