|
LibreOffice Module svtools (master) 1
|
#include <svparser.hxx>
Classes | |
| struct | Impl |
Public Member Functions | |
| SvKeyValueIterator () | |
| Construction/Destruction. More... | |
| virtual | ~SvKeyValueIterator () override |
| SvKeyValueIterator (const SvKeyValueIterator &)=delete | |
| SvKeyValueIterator & | operator= (const SvKeyValueIterator &)=delete |
| virtual bool | GetFirst (SvKeyValue &rKeyVal) |
| Operation. More... | |
| virtual bool | GetNext (SvKeyValue &rKeyVal) |
| virtual void | Append (const SvKeyValue &rKeyVal) |
Public Member Functions inherited from SvRefBase | |
| SvRefBase () | |
| SvRefBase (const SvRefBase &) | |
| SvRefBase & | operator= (const SvRefBase &) |
| void | RestoreNoDelete () |
| void | AddNextRef () |
| void | AddFirstRef () |
| void | ReleaseRef () |
| unsigned int | GetRefCount () const |
Private Attributes | |
| std::unique_ptr< Impl > | mpImpl |
Additional Inherited Members | |
Protected Member Functions inherited from SvRefBase | |
| virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 194 of file svparser.hxx.
| SvKeyValueIterator::SvKeyValueIterator | ( | ) |
Construction/Destruction.
Definition at line 644 of file svparser.cxx.
|
overridevirtualdefault |
|
delete |
|
virtual |
Definition at line 668 of file svparser.cxx.
References mpImpl.
Referenced by HTMLParser::ParseMetaOptionsImpl().
|
virtual |
Definition at line 648 of file svparser.cxx.
References GetNext(), and mpImpl.
Referenced by HTMLParser::GetEncodingByHttpHeader().
|
virtual |
Definition at line 654 of file svparser.cxx.
References mpImpl.
Referenced by HTMLParser::GetEncodingByHttpHeader(), and GetFirst().
|
delete |
References Append.
|
private |
Definition at line 197 of file svparser.hxx.
Referenced by Append(), GetFirst(), and GetNext().