LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
ucb_impl::RegexpMapEntry< Val > Class Template Reference

#include <regexpmap.hxx>

Public Member Functions

 RegexpMapEntry (OUString aTheRegexp, Val *pTheValue)
 
const OUString & getRegexp () const
 
Val const & getValue () const
 
Val & getValue ()
 

Private Attributes

OUString m_aRegexp
 
Val * m_pValue
 

Detailed Description

template<typename Val>
class ucb_impl::RegexpMapEntry< Val >

Definition at line 39 of file regexpmap.hxx.

Constructor & Destructor Documentation

◆ RegexpMapEntry()

template<typename Val >
ucb_impl::RegexpMapEntry< Val >::RegexpMapEntry ( OUString  aTheRegexp,
Val *  pTheValue 
)
inline

Definition at line 42 of file regexpmap.hxx.

Member Function Documentation

◆ getRegexp()

template<typename Val >
const OUString & ucb_impl::RegexpMapEntry< Val >::getRegexp ( ) const
inline

Definition at line 46 of file regexpmap.hxx.

References ucb_impl::RegexpMapEntry< Val >::m_aRegexp.

◆ getValue() [1/2]

template<typename Val >
Val & ucb_impl::RegexpMapEntry< Val >::getValue ( )
inline

Definition at line 50 of file regexpmap.hxx.

References ucb_impl::RegexpMapEntry< Val >::m_pValue.

◆ getValue() [2/2]

template<typename Val >
Val const & ucb_impl::RegexpMapEntry< Val >::getValue ( ) const
inline

Definition at line 48 of file regexpmap.hxx.

References ucb_impl::RegexpMapEntry< Val >::m_pValue.

Member Data Documentation

◆ m_aRegexp

template<typename Val >
OUString ucb_impl::RegexpMapEntry< Val >::m_aRegexp
private

Definition at line 53 of file regexpmap.hxx.

Referenced by ucb_impl::RegexpMapEntry< Val >::getRegexp().

◆ m_pValue

template<typename Val >
Val* ucb_impl::RegexpMapEntry< Val >::m_pValue
private

Definition at line 54 of file regexpmap.hxx.

Referenced by ucb_impl::RegexpMapEntry< Val >::getValue().


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