#include <BinHeader.h>
Public Member Functions | |
| intList () | |
| bool | empty () const |
| unsigned | size () const |
| int | operator[] (const unsigned idx_r) const |
Private Member Functions | |
| intList (const intList &) | |
| intList & | operator= (const intList &) |
| unsigned | set (void *val_r, tag cnt_r, tag type_r) |
Private Attributes | |
| unsigned | cnt |
| void * | val |
| tag | type |
Friends | |
| class | BinHeader |
Definition at line 108 of file BinHeader.h.
| zypp::target::rpm::BinHeader::intList::intList | ( | const intList & | ) | [private] |
| zypp::target::rpm::BinHeader::intList::intList | ( | ) |
Definition at line 38 of file BinHeader.cc.
| unsigned zypp::target::rpm::BinHeader::intList::set | ( | void * | val_r, | |
| tag | cnt_r, | |||
| tag | type_r | |||
| ) | [private] |
Definition at line 42 of file BinHeader.cc.
References cnt, type, and val.
Referenced by zypp::target::rpm::BinHeader::int_list().
| bool zypp::target::rpm::BinHeader::intList::empty | ( | ) | const [inline] |
| unsigned zypp::target::rpm::BinHeader::intList::size | ( | void | ) | const [inline] |
| int zypp::target::rpm::BinHeader::intList::operator[] | ( | const unsigned | idx_r | ) | const |
friend class BinHeader [friend] |
Definition at line 117 of file BinHeader.h.
unsigned zypp::target::rpm::BinHeader::intList::cnt [private] |
void* zypp::target::rpm::BinHeader::intList::val [private] |
1.5.3