Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

sparse.h File Reference

#include <string.h>

Include dependency graph for sparse.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  sparse_array
 Template class for a sparse array of fixed size (e.g., it does not grow). More...


Defines

#define GetTopIndex(i)   ((i)>>power)
#define GetLeafIndex(i)   ((i)&leafMask)


Define Documentation

#define GetLeafIndex  )     ((i)&leafMask)
 

Definition at line 22 of file sparse.h.

#define GetTopIndex  )     ((i)>>power)
 

Definition at line 21 of file sparse.h.


Generated on Wed Mar 31 21:15:59 2004 for Data Structures for a VHDL Compiler by doxygen 1.3.3