gem5
|
#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... More... | |
Definition at line 73 of file cxx_config.hh.
|
inline |
Definition at line 85 of file cxx_config.hh.
const bool 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 83 of file cxx_config.hh.
Referenced by CxxConfigManager::findObject(), and CxxConfigManager::findObjectParams().
const bool CxxConfigDirectoryEntry::ParamDesc::isVector |
Definition at line 79 of file cxx_config.hh.
Referenced by CxxConfigManager::findObject(), and CxxConfigManager::findObjectParams().
const std::string CxxConfigDirectoryEntry::ParamDesc::name |
Definition at line 76 of file cxx_config.hh.
Referenced by CxxConfigManager::findObject(), and CxxConfigManager::findObjectParams().