#include <FileReaderBaseImpl.h>
Public Types | |
| typedef std::list< Tag > | TagList |
Public Member Functions | |
| void | append (const Tag tag) |
| void | remove () |
| unsigned | depth () const |
| Tag | currentTag () const |
| bool | contains (const Tag tag) const |
| std::string | asString () |
Public Attributes | |
| TagList | path |
Usage:
tags you want to use with TagPath must be enumerated in Tag enum.
Definition at line 67 of file FileReaderBaseImpl.h.
| typedef std::list<Tag> zypp::parser::yum::FileReaderBase::BaseImpl::TagPath::TagList |
Definition at line 69 of file FileReaderBaseImpl.h.
| void zypp::parser::yum::FileReaderBase::BaseImpl::TagPath::append | ( | const Tag | tag | ) | [inline] |
Definition at line 71 of file FileReaderBaseImpl.h.
References path.
Referenced by zypp::parser::yum::FileReaderBase::BaseImpl::tag().
| void zypp::parser::yum::FileReaderBase::BaseImpl::TagPath::remove | ( | ) | [inline] |
Definition at line 72 of file FileReaderBaseImpl.h.
References path.
Referenced by zypp::parser::yum::FileReaderBase::BaseImpl::toParentTag().
| unsigned zypp::parser::yum::FileReaderBase::BaseImpl::TagPath::depth | ( | ) | const [inline] |
| Tag zypp::parser::yum::FileReaderBase::BaseImpl::TagPath::currentTag | ( | ) | const [inline] |
Definition at line 74 of file FileReaderBaseImpl.h.
References path, and zypp::parser::yum::FileReaderBase::BaseImpl::tag_NONE.
| bool zypp::parser::yum::FileReaderBase::BaseImpl::TagPath::contains | ( | const Tag | tag | ) | const [inline] |
Definition at line 79 of file FileReaderBaseImpl.h.
References path.
Referenced by zypp::parser::yum::FileReaderBase::BaseImpl::isBeingProcessed().
| string zypp::parser::yum::FileReaderBase::BaseImpl::TagPath::asString | ( | ) |
Definition at line 86 of file FileReaderBaseImpl.h.
Referenced by append(), asString(), contains(), currentTag(), depth(), and remove().
1.5.3