gem5 v24.0.0.0
|
#include <cxx_config.hh>
Public Member Functions | |
ParamDesc (const std::string &name_, bool isVector_, bool isSimObject_) | |
Public Attributes | |
const std::string | name |
const bool | isVector |
const bool | isSimObject |
Is this a SimObject, and so is to be set with setSimObject... or another from-string parameter set with setParam... | |
Definition at line 74 of file cxx_config.hh.
|
inline |
Definition at line 86 of file cxx_config.hh.
const bool gem5::CxxConfigDirectoryEntry::ParamDesc::isSimObject |
Is this a SimObject, and so is to be set with setSimObject... or another from-string parameter set with setParam...
Definition at line 84 of file cxx_config.hh.
Referenced by gem5::CxxConfigManager::findObject(), and gem5::CxxConfigManager::findObjectParams().
const bool gem5::CxxConfigDirectoryEntry::ParamDesc::isVector |
Definition at line 80 of file cxx_config.hh.
Referenced by gem5::CxxConfigManager::findObject(), and gem5::CxxConfigManager::findObjectParams().
const std::string gem5::CxxConfigDirectoryEntry::ParamDesc::name |
Definition at line 77 of file cxx_config.hh.
Referenced by gem5::CxxConfigManager::findObject(), and gem5::CxxConfigManager::findObjectParams().