zypp::target::rpm::BinHeader::stringList Class Reference

#include <BinHeader.h>

List of all members.

Public Member Functions

 stringList ()
 ~stringList ()
bool empty () const
unsigned size () const
std::string operator[] (const unsigned idx_r) const

Private Member Functions

 stringList (const stringList &)
stringListoperator= (const stringList &)
void clear ()
unsigned set (char **val_r, unsigned cnt_r)

Private Attributes

unsigned cnt
char ** val

Friends

class BinHeader


Detailed Description

Definition at line 140 of file BinHeader.h.


Constructor & Destructor Documentation

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

zypp::target::rpm::BinHeader::stringList::stringList (  ) 

Definition at line 100 of file BinHeader.cc.

zypp::target::rpm::BinHeader::stringList::~stringList (  )  [inline]

Definition at line 153 of file BinHeader.h.

References clear().


Member Function Documentation

stringList& zypp::target::rpm::BinHeader::stringList::operator= ( const stringList  )  [private]

void zypp::target::rpm::BinHeader::stringList::clear (  )  [private]

Definition at line 92 of file BinHeader.cc.

References cnt, and val.

Referenced by set(), and ~stringList().

unsigned zypp::target::rpm::BinHeader::stringList::set ( char **  val_r,
unsigned  cnt_r 
) [private]

Definition at line 104 of file BinHeader.cc.

References clear(), cnt, and val.

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

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

Definition at line 157 of file BinHeader.h.

References cnt.

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

std::string zypp::target::rpm::BinHeader::stringList::operator[] ( const unsigned  idx_r  )  const

Definition at line 112 of file BinHeader.cc.

References cnt, and val.


Friends And Related Function Documentation

friend class BinHeader [friend]

Definition at line 149 of file BinHeader.h.


Member Data Documentation

Definition at line 145 of file BinHeader.h.

Referenced by clear(), empty(), operator[](), set(), and size().

Definition at line 146 of file BinHeader.h.

Referenced by clear(), operator[](), and set().


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

doxygen