@database stringList_example

@node main "Introduction to stringList"

stringList is an extension of the doublylinked list object by Barry Wills.
It handles strings in such a list, you can insert alphanumerically-sorted.

There are methods to export the sorted list to other objects (elist).

This object was designed by Barry Wills and ported to the ooep by Gregor
Goldbach.

There are two examples, the @{" first example " link EMODULES:oomodules/list/doublylinked/stringList/test.e/main} just inserts some items,
the @{" second "  link EMODULES:oomodules/list/doublylinked/stringList/execTest.e/main} converts a list between stringList, @{" elist " link EMODULES:oomodules/list/elist/Examples/Main} and @{" execList " link EMODULES:oomodules/list/execList/Examples/main}.

There is an @{" autodoc " link EMODULES:oomodules/oodoc/guides/stringList/main} file available or this object.

@endnode
