|
libzypp
9.1.2
|
#include <BinHeader.h>

Public Member Functions | |
| bool | empty () const |
| unsigned | size () const |
| std::string | operator[] (const unsigned idx_r) const |
Private Member Functions | |
| unsigned | set (char **val_r, unsigned cnt_r) |
Private Attributes | |
| std::vector< std::string > | _data |
Friends | |
| class | BinHeader |
Definition at line 142 of file BinHeader.h.
| bool zypp::target::rpm::BinHeader::stringList::empty | ( | ) | const [inline] |
Definition at line 145 of file BinHeader.h.
References _data.
| unsigned zypp::target::rpm::BinHeader::stringList::size | ( | ) | const [inline] |
Definition at line 148 of file BinHeader.h.
References _data.
Referenced by zypp::target::rpm::RpmHeader::tag_du(), zypp::target::rpm::RpmHeader::tag_fileinfos(), and zypp::target::rpm::RpmHeader::tag_filenames().
| std::string zypp::target::rpm::BinHeader::stringList::operator[] | ( | const unsigned | idx_r | ) | const [inline] |
Definition at line 151 of file BinHeader.h.
References _data.
| unsigned zypp::target::rpm::BinHeader::stringList::set | ( | char ** | val_r, |
| unsigned | cnt_r | ||
| ) | [private] |
Definition at line 133 of file BinHeader.cc.
Referenced by zypp::target::rpm::BinHeader::string_list().
friend class BinHeader [friend] |
Definition at line 155 of file BinHeader.h.
std::vector<std::string> zypp::target::rpm::BinHeader::stringList::_data [private] |
Definition at line 159 of file BinHeader.h.
Referenced by empty(), operator[](), and size().
1.7.6.1