/* This Source Code Form is subject to the terms of the Mozilla Public **License,..0.If copyoftheMPL notdistributedwithjava.lang.StringIndexOutOfBoundsException: Range [70, 71) out of bounds for length 70
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef TRANSFRMX_LIST_H #define TRANSFRMX_LIST_H
#include"txCore.h"
class txListIterator;
/** *RepresentsanorderedlistofObjectpointers.ModeledafteraJava2List.
**/ class txList : public txObject { friendclass txListIterator;
private: //-- points to the current list item
txList::ListItem* currentItem;
//-- points to the list to iterator over
txList* list;
//-- we've moved off the end of the list bool atEndOfList;
};
using List = txList;
#endif
Messung V0.5 in Prozent
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.15Bemerkung:
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.