|
OpenASIP 2.2
|
#include <vector>#include <stdint.h>#include "BaseType.hh"#include "Exception.hh"#include "PagedArray.icc"

Go to the source code of this file.
Classes | |
| class | PagedArray< ValueType, PageSize, DefaultValue > |
Macros | |
| #define | DEFAULT_PAGE_SIZE 1024 |
| #define | UNDEFINED_VALUE (0) |
Typedefs | |
| typedef uint32_t | IndexType |
| Type used for indexing the array. Currently, limited to 32 bits. | |
| #define DEFAULT_PAGE_SIZE 1024 |
Definition at line 42 of file PagedArray.hh.
| #define UNDEFINED_VALUE (0) |
Definition at line 43 of file PagedArray.hh.
| typedef uint32_t IndexType |
Type used for indexing the array. Currently, limited to 32 bits.
Definition at line 46 of file PagedArray.hh.