gem5
v19.0.0.0
|
Base class to wrap object resolving functionality. More...
#include <sim_object.hh>
Public Member Functions | |
virtual | ~SimObjectResolver () |
virtual SimObject * | resolveSimObject (const std::string &name)=0 |
Base class to wrap object resolving functionality.
This can be provided to the serialization framework to allow it to map object names onto C++ objects.
Definition at line 242 of file sim_object.hh.
|
inlinevirtual |
Definition at line 245 of file sim_object.hh.
References SimObject::name().
|
pure virtual |
Implemented in CxxConfigManager::SimObjectResolver, and PybindSimObjectResolver.
Referenced by CheckpointIn::findObj().