Summary Of Classes |
This section contains a synopsis of the C++ classes in ETL<ToolKit>. Trivial classes and helper classes are not listed.
The default prefix os_ is used by most classes to avoid name conflicts with other vendors' class names.
os_Hash |
a class that allows quick access to the elements base on "hash value" |
os_HeapList |
a list where each item has a priority associated with it |
os_Sorted_Vector |
a vector contains sorted elements |
os_Array |
a generic purposed dynamic array |
os_List |
a circular list that provides constant access time from both ends of list |
os_Stack |
a list whose elements are inserted and removed in a last in first out fashion |
os_Queue |
a list whose elements are inserted and removed in a first in first out fashion. Implemented via circular list |
os_Set |
an implementation of the mathematical notion of set |
os_Iterator |
an iterator for List, Stack, Queue and Set in ETL |
Copyright©2005-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.