ColHash Class Reference

#include <ColHash.h>

List of all members.

Public Member Functions

void AddValue (long bucket, long obj)
void Clear ()
 ColHash (long n)
 ColHash ()
void Init (long n)
 ~ColHash ()

Public Attributes

IntArrayList ** buckets
int n
IntArrayList occupied_buckets

Detailed Description

Definition at line 11 of file ColHash.h.


Constructor & Destructor Documentation

ColHash (  )  [inline]

Definition at line 18 of file ColHash.h.

References buckets.

ColHash ( long  n  )  [inline]

Definition at line 23 of file ColHash.h.

References buckets, and memset().

~ColHash (  )  [inline]

Definition at line 40 of file ColHash.h.

References buckets, and n.


Member Function Documentation

void AddValue ( long  bucket,
long  obj 
) [inline]

Definition at line 48 of file ColHash.h.

References IntArrayList::Add(), buckets, and occupied_buckets.

Referenced by MD_Qqraph::SupervariablesDetection().

void Clear (  )  [inline]
void Init ( long  n  )  [inline]

Definition at line 32 of file ColHash.h.

References buckets, and memset().

Referenced by MD_Qqraph::GenerateMD().


Member Data Documentation

Definition at line 14 of file ColHash.h.

Referenced by AddValue(), Clear(), ColHash(), Init(), MD_Qqraph::SupervariablesDetection(), and ~ColHash().

int n

Definition at line 16 of file ColHash.h.

Referenced by ~ColHash().

Definition at line 15 of file ColHash.h.

Referenced by AddValue(), Clear(), and MD_Qqraph::SupervariablesDetection().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2