2007-02-21 22:41:31 +03:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > pugixml: pugi::xml_attribute_iterator Class Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
<!-- Generated by Doxygen 1.4.6 - NO -->
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li id = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
2009-01-25 23:54:00 +03:00
< li > < a href = "pages.html" > < span > Related Pages< / span > < / a > < / li >
2007-02-21 22:41:31 +03:00
< / ul > < / div >
< div class = "tabs" >
< ul >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "hierarchy.html" > < span > Class Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
< / ul > < / div >
< div class = "nav" >
< a class = "el" href = "namespacepugi.html" > pugi< / a > ::< a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > < / div >
2010-05-25 23:24:32 +04:00
< h1 > pugi::xml_attribute_iterator Class Reference< / h1 > <!-- doxytag: class="pugi::xml_attribute_iterator" --> Collaboration diagram for pugi::xml_attribute_iterator:< p > < center > < img src = "classpugi_1_1xml__attribute__iterator__coll__graph.png" border = "0" usemap = "#pugi_1_1xml__attribute__iterator__coll__map" alt = "Collaboration graph" > < / center >
2007-02-21 22:41:31 +03:00
< map name = "pugi_1_1xml__attribute__iterator__coll__map" >
2010-05-25 23:24:32 +04:00
< area href = "classpugi_1_1xml__attribute.html" shape = "rect" coords = "29,96,163,123" alt = "" >
2007-02-21 22:41:31 +03:00
< / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classpugi_1_1xml__attribute__iterator-members.html" > List of all members.< / a > < hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
Attribute iterator.
< p >
It's a bidirectional iterator with value type 'xml_attribute'.
< p >
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
2010-05-25 23:24:32 +04:00
< tr > < td colspan = "2" > < br > < h2 > Public Types< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "anchor" name = "00b3eecf2aba886a673ad2319be88618" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::difference_type" ref="00b3eecf2aba886a673ad2319be88618" args="" -->
typedef ptrdiff_t < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#00b3eecf2aba886a673ad2319be88618" > difference_type< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Iterator traits. < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "anchor" name = "2b0e779f12de813d7a806056ebed8907" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::value_type" ref="2b0e779f12de813d7a806056ebed8907" args="" -->
typedef < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > < / td > < td class = "memItemRight" valign = "bottom" > < b > value_type< / b > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "anchor" name = "6ed6fb3197abb02ffa848ad6b9b7a1be" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::pointer" ref="6ed6fb3197abb02ffa848ad6b9b7a1be" args="" -->
typedef < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < b > pointer< / b > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "anchor" name = "de97045a1217d0a7897e5f5873297117" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::reference" ref="de97045a1217d0a7897e5f5873297117" args="" -->
typedef < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < b > reference< / b > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "anchor" name = "ad988273a3e4cdc5fa3eb879dbdc8d35" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::iterator_category" ref="ad988273a3e4cdc5fa3eb879dbdc8d35" args="" -->
typedef std::bidirectional_iterator_tag < / td > < td class = "memItemRight" valign = "bottom" > < b > iterator_category< / b > < / td > < / tr >
2007-02-21 22:41:31 +03:00
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "anchor" name = "bdc6df1b586551706b124eed1badaafd" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::xml_attribute_iterator" ref="bdc6df1b586551706b124eed1badaafd" args="()" -->
< / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#bdc6df1b586551706b124eed1badaafd" > xml_attribute_iterator< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Default ctor. < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#4595648e3aa06a3209f200c69805ed47" > xml_attribute_iterator< / a > (const < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > & node)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Initializing ctor. < a href = "#4595648e3aa06a3209f200c69805ed47" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#6478076e6a12f5900992008311e42963" > operator==< / a > (const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & rhs) const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Check if this iterator is equal to < em > rhs< / em > . < a href = "#6478076e6a12f5900992008311e42963" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#ff31d15fb408f567e8aaa03569865c87" > operator!=< / a > (const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & rhs) const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Check if this iterator is not equal to < em > rhs< / em > . < a href = "#ff31d15fb408f567e8aaa03569865c87" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#ef0da918a50b53390faef17f6c81ce58" > operator *< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Dereferencing operator. < a href = "#ef0da918a50b53390faef17f6c81ce58" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#205b888a86103197a70f57860c4c2ae4" > operator-> < / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Member access operator. < a href = "#205b888a86103197a70f57860c4c2ae4" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#3104784f527c4318e1b7718a9a327868" > operator++< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Pre-increment operator. < a href = "#3104784f527c4318e1b7718a9a327868" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#6b97c3b1a278c668240d7ab0b20d77ae" > operator++< / a > (int)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Post-increment operator. < a href = "#6b97c3b1a278c668240d7ab0b20d77ae" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#45bf4e45a807a8c23a10b80c8b8930bd" > operator--< / a > ()< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Pre-decrement operator. < a href = "#45bf4e45a807a8c23a10b80c8b8930bd" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html#4b172ad267089d166221967c3b3a05ae" > operator--< / a > (int)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Post-decrement operator. < a href = "#4b172ad267089d166221967c3b3a05ae" > < / a > < br > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Friends< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "anchor" name = "156d917a92815c7b593bd5ef19f6d5fb" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::xml_node" ref="156d917a92815c7b593bd5ef19f6d5fb" args="" -->
class < / td > < td class = "memItemRight" valign = "bottom" > < b > xml_node< / b > < / td > < / tr >
< / table >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" name = "4595648e3aa06a3209f200c69805ed47" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::xml_attribute_iterator" ref="4595648e3aa06a3209f200c69805ed47" args="(const xml_attribute &node)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > pugi::xml_attribute_iterator::xml_attribute_iterator < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > node< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Initializing ctor.
< p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > node< / em > < / td > < td > - node that iterator will point at < / td > < / tr >
< / table >
< / dl >
< / td >
< / tr >
< / table >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "6478076e6a12f5900992008311e42963" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator==" ref="6478076e6a12f5900992008311e42963" args="(const xml_attribute_iterator &rhs) const " --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > bool pugi::xml_attribute_iterator::operator== < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rhs< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Check if this iterator is equal to < em > rhs< / em > .
< p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > rhs< / em > < / td > < td > - other iterator < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > comparison result < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "ff31d15fb408f567e8aaa03569865c87" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator!=" ref="ff31d15fb408f567e8aaa03569865c87" args="(const xml_attribute_iterator &rhs) const " --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > bool pugi::xml_attribute_iterator::operator!= < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & < / td >
< td class = "mdname1" valign = "top" nowrap > < em > rhs< / em > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > const< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Check if this iterator is not equal to < em > rhs< / em > .
< p >
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > rhs< / em > < / td > < td > - other iterator < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > comparison result < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "ef0da918a50b53390faef17f6c81ce58" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator *" ref="ef0da918a50b53390faef17f6c81ce58" args="()" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > & pugi::xml_attribute_iterator::operator * < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Dereferencing operator.
< p >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > reference to the node iterator points at < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "205b888a86103197a70f57860c4c2ae4" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator - >" ref="205b888a86103197a70f57860c4c2ae4" args="()" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute.html" > xml_attribute< / a > * pugi::xml_attribute_iterator::operator-> < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Member access operator.
< p >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > poitner to the node iterator points at < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "3104784f527c4318e1b7718a9a327868" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator++" ref="3104784f527c4318e1b7718a9a327868" args="()" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & pugi::xml_attribute_iterator::operator++ < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Pre-increment operator.
< p >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > self < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "6b97c3b1a278c668240d7ab0b20d77ae" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator++" ref="6b97c3b1a278c668240d7ab0b20d77ae" args="(int)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > pugi::xml_attribute_iterator::operator++ < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > int < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Post-increment operator.
< p >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > old value < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "45bf4e45a807a8c23a10b80c8b8930bd" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator - - " ref="45bf4e45a807a8c23a10b80c8b8930bd" args="()" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > & pugi::xml_attribute_iterator::operator-- < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Pre-decrement operator.
< p >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > self < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "4b172ad267089d166221967c3b3a05ae" > < / a > <!-- doxytag: member="pugi::xml_attribute_iterator::operator - - " ref="4b172ad267089d166221967c3b3a05ae" args="(int)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classpugi_1_1xml__attribute__iterator.html" > xml_attribute_iterator< / a > pugi::xml_attribute_iterator::operator-- < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > int < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
< p >
Post-decrement operator.
< p >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > old value < / dd > < / dl >
< / td >
< / tr >
< / table >
2010-05-25 23:24:32 +04:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Tue May 25 23:22:41 2010 for pugixml by
2007-02-21 22:41:31 +03:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.4.6-NO < / small > < / address >
< / body >
< / html >