gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::copy_engine_reg::Reg< T > Struct Template Reference

#include <copy_engine_defs.hh>

Public Member Functions

operator() ()
const Reg< T > & operator= (T d)
bool operator== (T d)
void operator() (T d)
 Reg ()
void serialize (CheckpointOut &cp) const
void unserialize (CheckpointIn &cp)

Public Attributes

_data

Detailed Description

template<class T>
struct gem5::copy_engine_reg::Reg< T >

Definition at line 99 of file copy_engine_defs.hh.

Constructor & Destructor Documentation

◆ Reg()

template<class T>
gem5::copy_engine_reg::Reg< T >::Reg ( )
inline

Definition at line 106 of file copy_engine_defs.hh.

References _data.

Referenced by operator=().

Member Function Documentation

◆ operator()() [1/2]

template<class T>
T gem5::copy_engine_reg::Reg< T >::operator() ( )
inline

Definition at line 102 of file copy_engine_defs.hh.

References _data.

◆ operator()() [2/2]

template<class T>
void gem5::copy_engine_reg::Reg< T >::operator() ( T d)
inline

Definition at line 105 of file copy_engine_defs.hh.

References _data, and gem5::ArmISA::d.

◆ operator=()

template<class T>
const Reg< T > & gem5::copy_engine_reg::Reg< T >::operator= ( T d)
inline

Definition at line 103 of file copy_engine_defs.hh.

References _data, gem5::ArmISA::d, and Reg().

◆ operator==()

template<class T>
bool gem5::copy_engine_reg::Reg< T >::operator== ( T d)
inline

Definition at line 104 of file copy_engine_defs.hh.

References _data, and gem5::ArmISA::d.

◆ serialize()

template<class T>
void gem5::copy_engine_reg::Reg< T >::serialize ( CheckpointOut & cp) const
inline

Definition at line 107 of file copy_engine_defs.hh.

References _data, and SERIALIZE_SCALAR.

◆ unserialize()

template<class T>
void gem5::copy_engine_reg::Reg< T >::unserialize ( CheckpointIn & cp)
inline

Definition at line 111 of file copy_engine_defs.hh.

References _data, and UNSERIALIZE_SCALAR.

Member Data Documentation

◆ _data

template<class T>
T gem5::copy_engine_reg::Reg< T >::_data

The documentation for this struct was generated from the following file:

Generated on Sat Oct 18 2025 08:06:58 for gem5 by doxygen 1.14.0