|
gem5
v19.0.0.0
|
Exception for instantiate/post-instantiate errors. More...
#include <cxx_manager.hh>
Public Member Functions | |
| Exception (const std::string &name_, const std::string &message_) | |
| const char * | what () const throw () |
| ~Exception () throw () | |
Public Attributes | |
| std::string | name |
| std::string | message |
Exception for instantiate/post-instantiate errors.
Definition at line 79 of file cxx_manager.hh.
|
inline |
Definition at line 86 of file cxx_manager.hh.
Referenced by CxxConfigManager::getObject().
|
inline | |||||||||||||
Definition at line 92 of file cxx_manager.hh.
|
inline | |||||||||||||
Definition at line 90 of file cxx_manager.hh.
| std::string CxxConfigManager::Exception::message |
Definition at line 83 of file cxx_manager.hh.
| std::string CxxConfigManager::Exception::name |
Definition at line 82 of file cxx_manager.hh.
Referenced by CxxConfigManager::SimObjectResolver::resolveSimObject().