|
cgma
|
#include "CubitDefines.h"#include <cstring>#include <vector>#include <set>#include <stdexcept>#include <algorithm>Go to the source code of this file.
Classes | |
| struct | DLIListSorter< X > |
| struct | DLIListSorter< int > |
| struct | DLIListSorter< double > |
| struct | vector_const_reference_type< T > |
| A list class, similar to a std::vector<>. More... | |
| struct | vector_const_reference_type< bool > |
| class | DLIList< X > |
| class | DLIListIterator< X > |
Defines | |
| #define | DLI_COUNT_INCREMENT 8 |
| #define | DLI_COUNT_FACTOR 1.5 |
| #define DLI_COUNT_FACTOR 1.5 |
Definition at line 19 of file DLIList.hpp.
| #define DLI_COUNT_INCREMENT 8 |
Definition at line 18 of file DLIList.hpp.