From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Martinez To: May Adrian , gcc-help@gcc.gnu.org Subject: Re: AW: AW: STL - How to use iterators? Date: Tue, 15 Feb 2000 03:16:00 -0000 Message-id: <38A93606.29E8D1F2@kalman.iau.dtu.dk> References: <28D6CEAEAB8BD211ADD300A0C9D5B739FB2C03@r4667.erlf.siemens.de> X-SW-Source: 2000-02/msg00052.html May Adrian wrote: > > On the one hand "i" is a "list::iterator". Ont the other docs tell > > about "iterator_traits", "input_iterator_tag", "bidirectional_iterator"... > > What type is "iterator"? > > -- > > > Thats internal stuff. All you need to know about is that theres a > difference between a constant iterator and a non constant one. But it is important to know which operations (writing, decrement, random access...) I can perform with that "i". All of them?. -- Ivan Martinez (Rodriguez) Bch in Computer Science - MSc student http://www.student.dtu.dk/~u990873 "Got fabes?" From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Martinez To: May Adrian , gcc-help@gcc.gnu.org Subject: Re: AW: AW: STL - How to use iterators? Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <38A93606.29E8D1F2@kalman.iau.dtu.dk> References: <28D6CEAEAB8BD211ADD300A0C9D5B739FB2C03@r4667.erlf.siemens.de> X-SW-Source: 2000-q1/msg00246.html Message-ID: <20000401000000.J3l_rRcnjtieb7oNvzjhtyKBqElZlQG6QtWikNWhqfA@z> May Adrian wrote: > > On the one hand "i" is a "list::iterator". Ont the other docs tell > > about "iterator_traits", "input_iterator_tag", "bidirectional_iterator"... > > What type is "iterator"? > > -- > > > Thats internal stuff. All you need to know about is that theres a > difference between a constant iterator and a non constant one. But it is important to know which operations (writing, decrement, random access...) I can perform with that "i". All of them?. -- Ivan Martinez (Rodriguez) Bch in Computer Science - MSc student http://www.student.dtu.dk/~u990873 "Got fabes?"