|
Dynalib Utils
|
#include <iostream>#include <type_traits>#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_LISTTYPE_INSTANCE(C, T) |
| #define MAKE_LISTTYPE_INSTANCE | ( | C, | |
| T | |||
| ) |
Dyna Array Implementation
This file includes the implementation of the DynaList template. This file should be included in any .cpp file that will instantiate a new type of DynaList. The regular "DynaList.h" file is then included everywhere a DynaList is used.
1.8.13