#include <assert.h>
#include <stddef.h>
#include <iterator>
Go to the source code of this file.
Classes | |
class | CheckedIterator< T > |
A range-checked iterator class for memory debugging. More... | |
Typedefs | |
typedef unsigned long | diff_t |
Functions | |
void | CheckedIteratorAux::ck_range_helper (const void *ptr, size_t offset, const void *start, const void *stop, size_t size) |
A range-checked iterator
Definition in file CheckedIterator.H.