gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 isMaster_)
 

Public Attributes

const std::string name
 
const bool isVector
 
const bool isMaster
 Is this a master or slave port. More...
 

Detailed Description

Similar to ParamDesc to describe ports.

Definition at line 92 of file cxx_config.hh.

Constructor & Destructor Documentation

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

Definition at line 103 of file cxx_config.hh.

Member Data Documentation

const bool CxxConfigDirectoryEntry::PortDesc::isMaster

Is this a master or slave port.

Definition at line 101 of file cxx_config.hh.

Referenced by CxxConfigManager::bindObjectPorts().

const bool CxxConfigDirectoryEntry::PortDesc::isVector

Definition at line 98 of file cxx_config.hh.

Referenced by CxxConfigManager::bindObjectPorts().

const std::string CxxConfigDirectoryEntry::PortDesc::name

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

Generated on Fri Jun 9 2017 13:04:06 for gem5 by doxygen 1.8.6