RepastHPC  2.3.1
Public Member Functions | List of all members
repast::DataSet Class Referenceabstract

Interface for recording and writing data. More...

#include <DataSet.h>

Inheritance diagram for repast::DataSet:
repast::NCDataSet repast::SVDataSet

Public Member Functions

virtual void record ()=0
 Records the data.
 
virtual void write ()=0
 Writes the data.
 
virtual void close ()=0
 Closes the dataset, after which it must be recreated to be used.
 

Detailed Description

Interface for recording and writing data.


The documentation for this class was generated from the following file: