gem5
|
Config details entry for a SimObject. More...
#include <cxx_config.hh>
Classes | |
class | ParamDesc |
class | PortDesc |
Similar to ParamDesc to describe ports. More... | |
Public Member Functions | |
virtual CxxConfigParams * | makeParamsObject () const |
Make a ...Param structure for the SimObject class of this entry. More... | |
virtual | ~CxxConfigDirectoryEntry () |
Public Attributes | |
std::map< std::string, ParamDesc * > | parameters |
All parameters (including SimObjects) in order. More... | |
std::map< std::string, PortDesc * > | ports |
Ports. More... | |
Config details entry for a SimObject.
Instances of this class contain enough configuration layout information to popular a ...Param structure and build a SimObject from it with the help of the 'set' functions in each ...Param class
Definition at line 68 of file cxx_config.hh.
|
inlinevirtual |
Definition at line 118 of file cxx_config.hh.
|
inlinevirtual |
Make a ...Param structure for the SimObject class of this entry.
Definition at line 116 of file cxx_config.hh.
Referenced by CxxConfigManager::findObjectParams().
std::map<std::string, ParamDesc *> CxxConfigDirectoryEntry::parameters |
All parameters (including SimObjects) in order.
Definition at line 110 of file cxx_config.hh.
Referenced by CxxConfigManager::findObject(), and CxxConfigManager::findObjectParams().
std::map<std::string, PortDesc *> CxxConfigDirectoryEntry::ports |
Ports.
Definition at line 113 of file cxx_config.hh.
Referenced by CxxConfigManager::bindObjectPorts(), and CxxConfigManager::findObjectParams().