|
libzypp
9.1.2
|
#include <BinHeader.h>

Public Member Functions | |
| intList () | |
| bool | empty () const |
| unsigned | size () const |
| long | operator[] (const unsigned idx_r) const |
Private Member Functions | |
| unsigned | set (void *val_r, unsigned cnt_r, rpmTagType type_r) |
Private Attributes | |
| std::vector< long > | _data |
| rpmTagType | _type |
Friends | |
| class | BinHeader |
Definition at line 109 of file BinHeader.h.
| zypp::target::rpm::BinHeader::intList::intList | ( | ) | [inline] |
Definition at line 112 of file BinHeader.h.
| bool zypp::target::rpm::BinHeader::intList::empty | ( | ) | const [inline] |
Definition at line 116 of file BinHeader.h.
References _data.
Referenced by zypp::target::rpm::RpmHeader::tag_fileinfos().
| unsigned zypp::target::rpm::BinHeader::intList::size | ( | ) | const [inline] |
Definition at line 119 of file BinHeader.h.
References _data.
Referenced by zypp::target::rpm::RpmHeader::tag_changelog().
| long zypp::target::rpm::BinHeader::intList::operator[] | ( | const unsigned | idx_r | ) | const [inline] |
Definition at line 122 of file BinHeader.h.
References _data.
| unsigned zypp::target::rpm::BinHeader::intList::set | ( | void * | val_r, |
| unsigned | cnt_r, | ||
| rpmTagType | type_r | ||
| ) | [private] |
Definition at line 94 of file BinHeader.cc.
Referenced by zypp::target::rpm::BinHeader::int_list().
friend class BinHeader [friend] |
Definition at line 126 of file BinHeader.h.
std::vector<long> zypp::target::rpm::BinHeader::intList::_data [private] |
Definition at line 130 of file BinHeader.h.
Referenced by empty(), operator[](), set(), and size().
rpmTagType zypp::target::rpm::BinHeader::intList::_type [private] |
Definition at line 131 of file BinHeader.h.
Referenced by set().
1.7.6.1