gem5 v24.0.0.0
|
Name substitution when instantiating any object whose name starts with fromPrefix. More...
#include <cxx_manager.hh>
Public Member Functions | |
Renaming (const std::string &from_prefix, const std::string &to_prefix) | |
Public Attributes | |
std::string | fromPrefix |
std::string | toPrefix |
Name substitution when instantiating any object whose name starts with fromPrefix.
Where both renamed and unrenamed names are used in the code, ‘object’ as part of a name usually refers to the unrenamed name (the name as it appears in the config file) and ‘instance’ is part of the renamed name
Definition at line 101 of file cxx_manager.hh.
|
inline |
Definition at line 106 of file cxx_manager.hh.
std::string gem5::CxxConfigManager::Renaming::fromPrefix |
Definition at line 103 of file cxx_manager.hh.
Referenced by gem5::CxxConfigManager::rename(), and gem5::CxxConfigManager::unRename().
std::string gem5::CxxConfigManager::Renaming::toPrefix |
Definition at line 104 of file cxx_manager.hh.
Referenced by gem5::CxxConfigManager::rename(), and gem5::CxxConfigManager::unRename().