#include <Transaction.h>
Public Methods | |
Transaction (int *ITEMLIST, int LENGTH) | |
~Transaction () | |
Data Fields | |
int | length |
length of the transaction | |
int * | itemlist |
list of items |
Definition at line 55 of file Transaction.h.
|
Definition at line 58 of file Transaction.h. |
|
Definition at line 61 of file Transaction.h. |
|
list of items
Definition at line 64 of file Transaction.h. Referenced by F1FromFile(), and Transaction(). |
|
length of the transaction
Definition at line 63 of file Transaction.h. Referenced by F1FromFile(), and Transaction(). |