gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
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 71 of file cxx_config.hh.

Constructor & Destructor Documentation

◆ ParamDesc()

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

Definition at line 83 of file cxx_config.hh.

Member Data Documentation

◆ isSimObject

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 81 of file cxx_config.hh.

Referenced by CxxConfigManager::findObject(), and CxxConfigManager::findObjectParams().

◆ isVector

const bool CxxConfigDirectoryEntry::ParamDesc::isVector

◆ name

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

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

Generated on Wed Sep 30 2020 14:02:23 for gem5 by doxygen 1.8.17