
#include <assert.h>#include "ptr.h"#include "gdtlist.h"#include <iostream>#include <vector>


Go to the source code of this file.
Namespaces | |
| namespace | gdt |
Classes | |
| struct | gdt::stdless< T > |
| class | gdt::gdtbinary_heap2< P, I, less > |
Defines | |
| #define | CHECK(x) if (!(x)) {printf(#x" returned false\n"); return false;}; |
Typedefs | |
| typedef list_item | gdt::heap_item |
Definition in file gdtbinary_heap2.h.
| #define CHECK | ( | x | ) | if (!(x)) {printf(#x" returned false\n"); return false;}; |
Definition at line 13 of file gdtbinary_heap2.h.
Referenced by gdt::gdtbinary_heap2< P, struct_gdtnode, gdt::LessToGreater< P, gdt::stdless< P > > >::consistency_check().
1.5.3