LibreOffice Module idl (master) 1
Public Member Functions | Private Attributes | List of all members
SvStringHashEntry Class Reference

#include <hash.hxx>

Public Member Functions

 SvStringHashEntry (OString aName_)
 
const OString & GetName () const
 
void SetValue (sal_uInt32 n)
 
sal_uInt32 GetValue () const
 

Private Attributes

OString aName
 
sal_uInt32 nValue
 

Detailed Description

Definition at line 29 of file hash.hxx.

Constructor & Destructor Documentation

◆ SvStringHashEntry()

SvStringHashEntry::SvStringHashEntry ( OString  aName_)
inline

Definition at line 34 of file hash.hxx.

Member Function Documentation

◆ GetName()

const OString & SvStringHashEntry::GetName ( ) const
inline

Definition at line 40 of file hash.hxx.

References aName.

Referenced by SvToken::GetString(), MakeSlotName(), and SvIdlParser::Read().

◆ GetValue()

sal_uInt32 SvStringHashEntry::GetValue ( ) const
inline

Definition at line 43 of file hash.hxx.

References nValue.

◆ SetValue()

void SvStringHashEntry::SetValue ( sal_uInt32  n)
inline

Definition at line 42 of file hash.hxx.

References n, and nValue.

Member Data Documentation

◆ aName

OString SvStringHashEntry::aName
private

Definition at line 31 of file hash.hxx.

Referenced by GetName().

◆ nValue

sal_uInt32 SvStringHashEntry::nValue
private

Definition at line 32 of file hash.hxx.

Referenced by GetValue(), and SetValue().


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