gem5  v22.1.0.0
Classes | Namespaces | Macros | Functions
sim_object.hh File Reference
#include <string>
#include <vector>
#include "base/named.hh"
#include "base/stats/group.hh"
#include "params/SimObject.hh"
#include "sim/drain.hh"
#include "sim/eventq.hh"
#include "sim/port.hh"
#include "sim/serialize.hh"

Go to the source code of this file.

Classes

class  gem5::SimObject
 Abstract superclass for simulation objects. More...
 
class  gem5::SimObjectResolver
 Base class to wrap object resolving functionality. More...
 

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Macros

#define PARAMS(type)
 

Functions

void gem5::objParamIn (CheckpointIn &cp, const std::string &name, SimObject *&param)
 To avoid circular dependencies the unserialization of SimObjects must be implemented here. More...
 
void gem5::debug_serialize (const std::string &cpt_dir)
 

Macro Definition Documentation

◆ PARAMS

#define PARAMS (   type)
Value:
using Params = type ## Params; \
const Params & \
params() const \
{ \
return reinterpret_cast<const Params&>(_params); \
}

Definition at line 371 of file sim_object.hh.


Generated on Wed Dec 21 2022 10:22:59 for gem5 by doxygen 1.9.1