gem5 v24.0.0.0
Loading...
Searching...
No Matches
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

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 

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.
 
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 365 of file sim_object.hh.


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0