#include <stdio.h>
#include <stdlib.h>
#include <fstream>
#include <iostream>
Include dependency graph for Transaction.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | InputData |
Class for reading transactions from an ASCII file. More... | |
class | Transaction |
Transaction (itemlist) from a database. More... | |
Defines | |
#define | MAX_NUM_ITEMS 1000000 |
#define | MAX_ITEMSET_SIZE 10000 |
|
Definition at line 46 of file Transaction.h. |
|
Definition at line 45 of file Transaction.h. Referenced by F1FromFile(), and InputData::getNextTransaction(). |