|
| sepIO (int argc, char **argv) |
|
virtual std::shared_ptr< SEP::genericRegFile > | getRegFileTag (const std::string &tag, const std::string &name, const SEP::usage_code usage) |
|
virtual std::shared_ptr< SEP::genericIrregFile > | getIrregFileTag (const std::string &tag, const std::string &name, const SEP::usage_code usage) |
|
std::shared_ptr< SEP::genericRegFile > | getRegFile (const std::string &name, const SEP::usage_code usage) |
| Return genericRegFile object for this IO (abstract) More...
|
|
std::shared_ptr< SEP::genericIrregFile > | getIrregFile (const std::string &name, const SEP::usage_code usage) |
|
virtual std::shared_ptr< paramObj > | getParamObj () |
|
void | addRegFile (std::string x, std::shared_ptr< genericRegFile > r) |
|
void | addIrregFile (std::string x, std::shared_ptr< genericIrregFile > r) |
|
std::shared_ptr< genericRegFile > | getRegFile (const std::string x) |
|
bool | regFileExists (const std::string name) |
|
bool | irregFileExists (const std::string name) |
|
std::shared_ptr< genericIrregFile > | getIrregFile (const std::string x) |
|
void | setValid (const bool x) |
|
bool | getValid () |
|
virtual void | close () |
|
virtual void | filesClose () |
|
The documentation for this class was generated from the following files: