#include <ConList.h>
| 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 | 
Definition at line 8 of file ConList.h.
| IntLinkArray | ( | ) |  [inline] | 
| IntLinkArray | ( | long * | l, | |
| long * | n, | |||
| long | N | |||
| ) |  [inline] | 
| void Init | ( | long * | l, | |
| long * | n, | |||
| long | N | |||
| ) |  [inline] | 
| 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().
| 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().
 1.6.2
 1.6.2