gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::CxxConfigDirectoryEntry::ParamDesc Class Reference

#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...
 

Detailed Description

Definition at line 74 of file cxx_config.hh.

Constructor & Destructor Documentation

◆ ParamDesc()

gem5::CxxConfigDirectoryEntry::ParamDesc::ParamDesc ( const std::string & name_,
bool isVector_,
bool isSimObject_ )
inline

Definition at line 86 of file cxx_config.hh.

Member Data Documentation

◆ isSimObject

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().

◆ isVector

const bool gem5::CxxConfigDirectoryEntry::ParamDesc::isVector

◆ name

const std::string gem5::CxxConfigDirectoryEntry::ParamDesc::name

The documentation for this class was generated from the following file:

Generated on Tue Jun 18 2024 16:24:10 for gem5 by doxygen 1.11.0