#include <TagParser.h>
Public Member Functions | |
| Tag (unsigned lineNo_r=0, std::streamoff tagStart_r=-1) | |
| std::string | asString () const |
String "NAME[.MODIFIER]:". | |
Public Attributes | |
| unsigned | lineNo |
| std::streamoff | tagStart |
| std::streamoff | dataStart |
| std::streamoff | dataLength |
| std::string | name |
| std::string | modifier |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const TagParser::Tag &obj) |
| Stream output. | |
Definition at line 43 of file TagParser.h.
| zypp::parser::TagParser::Tag::Tag | ( | unsigned | lineNo_r = 0, |
|
| std::streamoff | tagStart_r = -1 | |||
| ) | [inline] |
Definition at line 45 of file TagParser.h.
| std::string zypp::parser::TagParser::Tag::asString | ( | ) | const |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const TagParser::Tag & | obj | |||
| ) | [related] |
| unsigned zypp::parser::TagParser::Tag::lineNo |
| std::streamoff zypp::parser::TagParser::Tag::tagStart |
Definition at line 52 of file TagParser.h.
| std::streamoff zypp::parser::TagParser::Tag::dataStart |
| std::streamoff zypp::parser::TagParser::Tag::dataLength |
| std::string zypp::parser::TagParser::Tag::name |
Definition at line 56 of file TagParser.h.
Referenced by asString(), zypp::parser::helperParseStartTag(), and zypp::parser::operator<<().
| std::string zypp::parser::TagParser::Tag::modifier |
Definition at line 57 of file TagParser.h.
Referenced by asString(), zypp::parser::helperParseStartTag(), and zypp::parser::operator<<().
1.5.3