#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/errno.h>
#include "Reference_Reader.hh"
#include "types-and-constants.hh"
Go to the source code of this file.
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.cc.