gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
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... More...
 

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 Wed Dec 21 2022 10:23:29 for gem5 by doxygen 1.9.1