Re: Maintance of c++ code
Just to make this clear: I am talking about the design, and not
about the release-code. And through your help I managed to finish
the design-phase with the decision to not alter any iterators except
for the described double_iterator. I'll use an iterator-describing
class instead, a class which simply does store the typedef of an
iterator and the abstracted operations on that iterator, a class
which doesn't store any data and which only has static functions
(there is bound to be a name for such a thing, I just don't know it).
--
Better send the eMails to netscape.net, as to
evade useless burthening of my provider's /dev/null...
P
.
Relevant Pages
- Re: CORBA naming service designs
... I can have access to the same functionality much simpler. ... Would you like to publish a proposal for an improved API that you imagine? ... not exist is bad design, becauses failure to find something is an expected outcome. ... garbage iterators, it also makes it impossible to restart iteration in case of an error, because the iterator position is inside the iterator on the server side, instead of outside the iterator on the client side. ... (comp.object.corba) - [SQLJ] question to the iterator design
... We discussed in a database lecture about SQLJ and saw the iterator ... design which can be used if a query returns more than just one record. ... of SQLJ I define a name and this name can afterwards be used as a class. ... "ResultSet" which contains a List of Record objects which will store the ... (comp.lang.java.databases) - Re: Maintance of c++ code
... class double_iterator: public Iterator_ ... it inherits the symmetric op== from its parent-class. ... an even or an odd amount of times... ... Your design for double-iterator did do exactly the same ... (comp.object) - Re: STL map question
... > Isn't this a history? ... this remains an issue by design: the post-increment operator ... has to create and return a new instance of the iterator. ... (comp.lang.cpp) - Re: Vector Help!!
... Vector Elements. ... How would i use a "Class level variable" to store an instance of the ... I understand this would stop me creating the ListIterator every time i ... >> Your code always gets a new iterator on each click, ... (comp.lang.java) |
|