3 messages in com.mysql.lists.plusplusRE: iterator
FromSent OnAttachments
Jarle Rudihagen25 Apr 2001 11:08 
Alexander Friess15 May 2001 00:05 
Alexander Friess15 May 2001 00:39 
Subject:RE: iterator
From:Alexander Friess (Alex@tsp-online.de)
Date:05/15/2001 12:05:26 AM
List:com.mysql.lists.plusplus

Hi Jarle,

sorry for my late reply, but I learned a lot in the past.

I got a question concerning the result::iterator.... The iterator got a incremental operator, but does it have a decremental operator too??

Yes. Please look at http://www.icce.rug.nl/docs/cplusplus/ to get a general description about "iterators"

Can you initialize the iterator a value, for instance to a integer?

No. An iterator is a pointer to an object. If the object is "only" an integer this ist possible but not in general.

Greetings,

Alexander