@inbook {IOPORT.01773085, author = {Le Maout, Vincent}, title = {Cursors.}, year = {2001}, booktitle = {Implementation and application of automata. 5th international conference, CIAA 2000, London, Ontario, Canada, July 24--25, 2000. Revised papers}, isbn = {3-540-42491-1}, pages = {195-207}, publisher = {Berlin: Springer}, abstract = {Summary: The iterator concept is becoming the fundamental abstraction of reusable software and the key to modularity and clean code especially in object-oriented languages like C++ and Java. They serve as accessors to a sequence hiding the implementation details from the algorithm and their encapsulation power allows true generic programming. The Standard Template Library defines clearly their behavior on simple sequences like linked lists or vectors. In this paper, we define the concept of cursor which can be seen as a generalization of the iterator concept to more complex data structures than sequences, in this case acyclic automata. We show how elegant and efficient they can be on applications written in C++ and based on the Automaton Standard Template Library.}, identifier = {01773085}, }