#include <stdio.h>
#include "types-and-constants.hh"
Go to the source code of this file.
Compounds | |
class | Reference_Reader |
An abstract class whose subclasses can read different trace formats. More... | |
Defines | |
#define | _REFERENCE_READER_HH |
A class that defines the interface for reading and parsing a reference trace. This is an ABSTRACT CLASS: It does not define the read() method. By defining this method, a subclass actually read and parse some specific reference trace format and place the needed results into the data structure that read() accepts as an argument.
Definition in file Reference_Reader.hh.
|
Definition at line 21 of file Reference_Reader.hh. |