OpenASIP  2.0
Classes | Macros | Typedefs
PagedArray.hh File Reference
#include <vector>
#include <stdint.h>
#include "BaseType.hh"
#include "Exception.hh"
#include "PagedArray.icc"
Include dependency graph for PagedArray.hh:
This graph shows which files directly or indirectly include this file:

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. More...
 

Detailed Description

Declaration of PagedArray class.

Author
Pekka Jääskeläinen 2006 (pjaaskel-no.spam-cs.tut.fi)
Note
rating: red

Definition in file PagedArray.hh.

Macro Definition Documentation

◆ DEFAULT_PAGE_SIZE

#define DEFAULT_PAGE_SIZE   1024

Definition at line 42 of file PagedArray.hh.

◆ UNDEFINED_VALUE

#define UNDEFINED_VALUE   (0)

Definition at line 43 of file PagedArray.hh.

Typedef Documentation

◆ IndexType

typedef uint32_t IndexType

Type used for indexing the array. Currently, limited to 32 bits.

Definition at line 46 of file PagedArray.hh.