LibreOffice Module ucb (master) 1
|
#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 |
Definition at line 39 of file regexpmap.hxx.
|
inline |
Definition at line 42 of file regexpmap.hxx.
|
inline |
Definition at line 46 of file regexpmap.hxx.
References ucb_impl::RegexpMapEntry< Val >::m_aRegexp.
|
inline |
Definition at line 50 of file regexpmap.hxx.
References ucb_impl::RegexpMapEntry< Val >::m_pValue.
|
inline |
Definition at line 48 of file regexpmap.hxx.
References ucb_impl::RegexpMapEntry< Val >::m_pValue.
|
private |
Definition at line 53 of file regexpmap.hxx.
Referenced by ucb_impl::RegexpMapEntry< Val >::getRegexp().
|
private |
Definition at line 54 of file regexpmap.hxx.
Referenced by ucb_impl::RegexpMapEntry< Val >::getValue().