Directory: dist_tools/collection/
.pro files
- mgcoabstractiterator__define.pro
Define member variables.
- mgcoabstractlist__define.pro
Abstract class to define a list interface.
- mgcoarraylist__define.pro
An array list is a way to have an arbitrary length list of any particular IDL variable (but all elements must be the same type).
- mgcoarraylistiterator__define.pro
This class provides a nice way to iterate through all the elements of an array list.
- mgcohashtable__define.pro
A hash table which can hash any kind of IDL variables.
- mgcoraggedarray__define.pro
This class represents an array where each element is another array (of differing sizes).