gem5  v20.1.0.0
Classes
cxx_manager.hh File Reference
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "base/cprintf.hh"
#include "sim/cxx_config.hh"

Go to the source code of this file.

Classes

class  CxxConfigManager
 This class allows a config file to be read into gem5 (generating the appropriate SimObjects) from C++. More...
 
class  CxxConfigManager::Exception
 Exception for instantiate/post-instantiate errors. More...
 
struct  CxxConfigManager::Renaming
 Name substitution when instantiating any object whose name starts with fromPrefix. More...
 
class  CxxConfigManager::SimObjectResolver
 Class for resolving SimObject names to SimObjects usable by the checkpoint restore mechanism. More...
 

Detailed Description

C++-only configuration and instantiation support. This allows a config to be read back from a config file and instantiated without Python. Useful if you want to embed gem5 within a larger system without carrying the integration cost of the fully-featured configuration system.

This file contains the config loading/storing manager class

Definition in file cxx_manager.hh.


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