Closed GoogleCodeExporter closed 8 years ago
I added a new way to start iteration.
// Only iterates through Element nodes
ticpp::Iterator< ticpp::Element > child;
for ( child = child.begin( parent ); child != child.end(); child++ )
This syntax works property for all iterations. I also updated the documentation.
Original comment by rjmy...@gmail.com
on 1 Oct 2007 at 2:38
Original issue reported on code.google.com by
gregory....@gmail.com
on 27 Feb 2007 at 6:02