Hitmap 1.3
|
#include <hit_pattern.h>
Data Fields | |
int | numComm |
int | defaultMode |
HitPatS * | first |
HitPatS * | last |
Structure for patterns. This structure is the head of the linked list.
Definition at line 71 of file hit_pattern.h.
int defaultMode |
Ordered or Unordered.
Definition at line 73 of file hit_pattern.h.
HitPatS* first |
Fist element of the list.
Definition at line 74 of file hit_pattern.h.
HitPatS* last |
Last element of the list.
Definition at line 75 of file hit_pattern.h.
int numComm |
Number of HitCom objects in the list.
Definition at line 72 of file hit_pattern.h.