libzypp
10.5.0
|
#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.
unsigned zypp::target::rpm::BinHeader::intList::size | ( | ) | const [inline] |
Definition at line 119 of file BinHeader.h.
long zypp::target::rpm::BinHeader::intList::operator[] | ( | const unsigned | idx_r | ) | const [inline] |
Definition at line 122 of file BinHeader.h.
unsigned zypp::target::rpm::BinHeader::intList::set | ( | void * | val_r, |
unsigned | cnt_r, | ||
rpmTagType | type_r | ||
) | [private] |
Definition at line 96 of file BinHeader.cc.
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.
rpmTagType zypp::target::rpm::BinHeader::intList::_type [private] |
Definition at line 131 of file BinHeader.h.