gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
CxxConfigDirectoryEntry::PortDesc Class Reference

Similar to ParamDesc to describe ports. More...

#include <cxx_config.hh>

Public Member Functions

 PortDesc (const std::string &name_, bool isVector_, bool isRequestor_)
 

Public Attributes

const std::string name
 
const bool isVector
 
const bool isRequestor
 Is this a request or response port. More...
 

Detailed Description

Similar to ParamDesc to describe ports.

Definition at line 90 of file cxx_config.hh.

Constructor & Destructor Documentation

◆ PortDesc()

CxxConfigDirectoryEntry::PortDesc::PortDesc ( const std::string &  name_,
bool  isVector_,
bool  isRequestor_ 
)
inline

Definition at line 101 of file cxx_config.hh.

Member Data Documentation

◆ isRequestor

const bool CxxConfigDirectoryEntry::PortDesc::isRequestor

Is this a request or response port.

Definition at line 99 of file cxx_config.hh.

Referenced by CxxConfigManager::bindObjectPorts().

◆ isVector

const bool CxxConfigDirectoryEntry::PortDesc::isVector

Definition at line 96 of file cxx_config.hh.

Referenced by CxxConfigManager::bindObjectPorts().

◆ name

const std::string CxxConfigDirectoryEntry::PortDesc::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