SpikeStream Library  0.2
Archive.cpp
Go to the documentation of this file.
00001 #include "Archive.h"
00002 using namespace spikestream;
00003 
00004 
00006 Archive::Archive(const ArchiveInfo& archiveInfo){
00007     this->info = archiveInfo;
00008     timeStep = 0;
00009 }
00010 
00011 
00013 Archive::~Archive(){
00014 }
00015 
00016 
 All Classes Files Functions Variables Typedefs Defines