libzypp 8.13.6
Public Member Functions | Private Member Functions | Private Attributes | Friends

zypp::target::rpm::BinHeader::intList Class Reference

#include <BinHeader.h>

List of all members.

Public Member Functions

 intList ()
bool empty () const
unsigned size () const
int operator[] (const unsigned idx_r) const

Private Member Functions

 intList (const intList &)
intListoperator= (const intList &)
unsigned set (void *val_r, unsigned cnt_r, rpmTagType type_r)

Private Attributes

unsigned cnt
void * val
rpmTagType type

Friends

class BinHeader

Detailed Description

Definition at line 108 of file BinHeader.h.


Constructor & Destructor Documentation

zypp::target::rpm::BinHeader::intList::intList ( const intList ) [private]
zypp::target::rpm::BinHeader::intList::intList ( )

Definition at line 53 of file BinHeader.cc.


Member Function Documentation

intList& zypp::target::rpm::BinHeader::intList::operator= ( const intList ) [private]
unsigned zypp::target::rpm::BinHeader::intList::set ( void *  val_r,
unsigned  cnt_r,
rpmTagType  type_r 
) [private]

Definition at line 57 of file BinHeader.cc.

Referenced by zypp::target::rpm::BinHeader::int_list().

bool zypp::target::rpm::BinHeader::intList::empty ( ) const [inline]

Definition at line 121 of file BinHeader.h.

References cnt.

Referenced by zypp::target::rpm::RpmHeader::tag_fileinfos().

unsigned zypp::target::rpm::BinHeader::intList::size ( ) const [inline]

Definition at line 125 of file BinHeader.h.

References cnt.

Referenced by zypp::target::rpm::RpmHeader::tag_changelog().

int zypp::target::rpm::BinHeader::intList::operator[] ( const unsigned  idx_r) const

Definition at line 65 of file BinHeader.cc.


Friends And Related Function Documentation

friend class BinHeader [friend]

Definition at line 117 of file BinHeader.h.


Member Data Documentation

Definition at line 113 of file BinHeader.h.

Referenced by empty(), and size().

Definition at line 114 of file BinHeader.h.

Definition at line 115 of file BinHeader.h.


The documentation for this class was generated from the following files: