BUCKET Struct Reference

Maintain count of entries in each bucket and array of entries. More...

#include <bucketArraySortPtr.h>

List of all members.

Public Attributes

int count
 How many actual elements are in the bucket.
int size
 The size of the bucket, which can expand as more as inserted.
void ** ar
 Memory to store the bucket of elements.


Detailed Description

Maintain count of entries in each bucket and array of entries.

That is, Each bucket will contain an array of elements


Member Data Documentation

void** BUCKET::ar

Memory to store the bucket of elements.

int BUCKET::count

How many actual elements are in the bucket.

int BUCKET::size

The size of the bucket, which can expand as more as inserted.


The documentation for this struct was generated from the following file: Algorithm Development Kit 1.0