gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
CopyEngineReg::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 CopyEngineReg::Reg< T >

Definition at line 94 of file copy_engine_defs.hh.

Constructor & Destructor Documentation

◆ Reg()

template<class T >
CopyEngineReg::Reg< T >::Reg ( )
inline

Definition at line 100 of file copy_engine_defs.hh.

Member Function Documentation

◆ operator()() [1/2]

template<class T >
T CopyEngineReg::Reg< T >::operator() ( )
inline

Definition at line 96 of file copy_engine_defs.hh.

◆ operator()() [2/2]

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

Definition at line 99 of file copy_engine_defs.hh.

◆ operator=()

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

Definition at line 97 of file copy_engine_defs.hh.

◆ operator==()

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

Definition at line 98 of file copy_engine_defs.hh.

◆ serialize()

template<class T >
void CopyEngineReg::Reg< T >::serialize ( CheckpointOut cp) const
inline

Definition at line 101 of file copy_engine_defs.hh.

◆ unserialize()

template<class T >
void CopyEngineReg::Reg< T >::unserialize ( CheckpointIn cp)
inline

Definition at line 105 of file copy_engine_defs.hh.

Member Data Documentation

◆ _data

template<class T >
T CopyEngineReg::Reg< T >::_data

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

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