genericIO
cpp
rsfIO.h
1
#ifndef RSF_IO_H
2
#define RSF_IO_H 1
3
#include "genericIO.h"
4
#include "rsfRegFiles.h"
5
#include "rsfParams.h"
6
7
class
rsfIO
:
public
genericIO{
8
public
:
9
rsfIO
(
int
argc,
char
**argv);
10
virtual
std::shared_ptr<genericRegFile> getRegFileTag(
const
std::string &tag,
const
std::string& name,
const
usage_code usage);
11
virtual
std::shared_ptr<genericIrregFile> getIrregFileTag(
const
std::string &tag,
const
std::string& name,
const
usage_code usage){
12
assert(1==2);
13
}
14
15
16
17
};
18
#endif
rsfIO
Definition:
rsfIO.h:7
Generated by
1.8.14