zypp::parser::ProductNode Struct Reference

Inheritance diagram for zypp::parser::ProductNode:
[legend]

List of all members.

Public Member Functions

 ProductNode (ProductFileData::Impl &pdata_r)
void doneUpgrade (const xml::Node &_node)
 collect _upgrade
void doneLocalizedDefault (const xml::Node &_node, std::string &store_r)
 collect localized data
void done (const xml::Node &_node)
 finaly

Private Attributes

ProductFileData::Impl_pdata
std::string _version
std::string _release
std::string _ttext
std::string _tlocale
ProductFileData::Upgrade::Impl _upgrade


Detailed Description

Definition at line 136 of file ProductFileReader.cc.


Constructor & Destructor Documentation

zypp::parser::ProductNode::ProductNode ( ProductFileData::Impl pdata_r  )  [inline]


Member Function Documentation

void zypp::parser::ProductNode::doneUpgrade ( const xml::Node _node  )  [inline]

collect _upgrade

Definition at line 182 of file ProductFileReader.cc.

References _pdata, _upgrade, and zypp::parser::ProductFileData::Impl::_upgrades.

Referenced by ProductNode().

void zypp::parser::ProductNode::doneLocalizedDefault ( const xml::Node _node,
std::string &  store_r 
) [inline]

collect localized data

Definition at line 189 of file ProductFileReader.cc.

References _tlocale, and _ttext.

Referenced by ProductNode().

void zypp::parser::ProductNode::done ( const xml::Node _node  )  [inline]

finaly

Definition at line 197 of file ProductFileReader.cc.

References zypp::parser::ProductFileData::Impl::_edition, _pdata, _release, and _version.

Referenced by ProductNode().


Member Data Documentation

Definition at line 203 of file ProductFileReader.cc.

Referenced by done(), doneUpgrade(), and ProductNode().

std::string zypp::parser::ProductNode::_version [private]

Definition at line 205 of file ProductFileReader.cc.

Referenced by done(), and ProductNode().

std::string zypp::parser::ProductNode::_release [private]

Definition at line 206 of file ProductFileReader.cc.

Referenced by done(), and ProductNode().

std::string zypp::parser::ProductNode::_ttext [private]

Definition at line 208 of file ProductFileReader.cc.

Referenced by doneLocalizedDefault(), and ProductNode().

std::string zypp::parser::ProductNode::_tlocale [private]

Definition at line 209 of file ProductFileReader.cc.

Referenced by doneLocalizedDefault(), and ProductNode().

Definition at line 211 of file ProductFileReader.cc.

Referenced by doneUpgrade(), and ProductNode().


The documentation for this struct was generated from the following file:

doxygen