#include <Transaction.h>
Public Methods | |
InputData (char *filename, int *ITEMBUFFER, bool IS_ASCII) | |
Open the input file. | |
~InputData () | |
Close the input file. | |
int | isOpen () |
Check if the input file is open. | |
Transaction * | getNextTransaction () |
Get next transaction from the input file. | |
Data Fields | |
int * | itembuffer |
bool | isAsciiFile |
Private Attributes | |
ifstream | inputFile |
pointer to file input |
Definition at line 70 of file Transaction.h.
|
pointer to file input
Definition at line 84 of file Transaction.h. Referenced by getNextTransaction(), InputData(), isOpen(), and ~InputData(). |
|
Definition at line 80 of file Transaction.h. Referenced by InputData(). |
|
Definition at line 79 of file Transaction.h. Referenced by getNextTransaction(), and InputData(). |