IntLinkArray Class Reference

#include <ConList.h>

List of all members.

Public Member Functions

void Init (long *l, long *n, long N)
 IntLinkArray (long *l, long *n, long N)
 IntLinkArray ()
void Remove (long i)

Public Attributes

long first
long * last
long N
long * next

Detailed Description

Definition at line 8 of file ConList.h.


Constructor & Destructor Documentation

IntLinkArray (  )  [inline]

Definition at line 17 of file ConList.h.

References first, last, N, and next.

IntLinkArray ( long *  l,
long *  n,
long  N 
) [inline]

Definition at line 24 of file ConList.h.

References first, last, and next.


Member Function Documentation

void Init ( long *  l,
long *  n,
long  N 
) [inline]

Definition at line 32 of file ConList.h.

References first, last, and next.

Referenced by MD_Qqraph::GenerateMD().

void Remove ( long  i  )  [inline]

Definition at line 40 of file ConList.h.

References first, last, N, and next.

Referenced by MD_Qqraph::Eliminate(), and MD_Qqraph::SupervariablesDetection().


Member Data Documentation

long first

Definition at line 14 of file ConList.h.

Referenced by MD_Qqraph::GenerateMD(), Init(), IntLinkArray(), and Remove().

long* last

Definition at line 11 of file ConList.h.

Referenced by Init(), IntLinkArray(), and Remove().

long N

Definition at line 15 of file ConList.h.

Referenced by IntLinkArray(), and Remove().

long* next

Definition at line 12 of file ConList.h.

Referenced by MD_Qqraph::GenerateMD(), Init(), IntLinkArray(), and Remove().


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

Generated by  doxygen 1.6.2