RepastHPC  2.3.1
Public Types | Public Member Functions | Protected Attributes | List of all members
repast::SVDataSource Class Referenceabstract

Data source for data to be written into separated-value data sets. More...

#include <SVDataSource.h>

Inheritance diagram for repast::SVDataSource:
repast::ReducibleDataSource< Op, T >

Public Types

enum  DataType { INT, DOUBLE }
 

Public Member Functions

 SVDataSource (const std::string &name)
 
virtual void record ()=0
 
virtual void write (Variable *var)=0
 
virtual DataType type () const =0
 
const std::string name () const
 

Protected Attributes

std::string _name
 

Detailed Description

Data source for data to be written into separated-value data sets.


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