|
Dynalib Utils
|
#include <iostream>#include <type_traits>#include "DynaSort.h"#include "BitManip.h"#include "DynaAllocImpl.h"#include "DynaList.h"#include "CheckForError.h"#include "Exception.h"

Go to the source code of this file.
Macros | |
| #define | MAKE_SORTLISTTYPE_INSTANCE(C, T) |
| #define | MAKE_SORTARRAYTYPE_INSTANCE(C, T) |
| #define MAKE_SORTARRAYTYPE_INSTANCE | ( | C, | |
| T | |||
| ) |
| #define MAKE_SORTLISTTYPE_INSTANCE | ( | C, | |
| T | |||
| ) |
Dyna Sort Implementation
This file includes the implementation of the DynaSort template. This file should be included in any .cpp file that will instantiate a new type of DynaSort. The regular "DynaSort.h" file is then included everywhere a DynaSort is used.
1.8.13