gem5  v22.1.0.0
Public Member Functions | Private Member Functions | List of all members
gem5::Serializable::ScopedCheckpointSection Class Reference

#include <serialize.hh>

Public Member Functions

 ~ScopedCheckpointSection ()
 
 ScopedCheckpointSection ()=delete
 
 ScopedCheckpointSection (const ScopedCheckpointSection &)=delete
 
ScopedCheckpointSectionoperator= (const ScopedCheckpointSection &)=delete
 
ScopedCheckpointSectionoperator= (ScopedCheckpointSection &&)=delete
 
template<class CP >
 ScopedCheckpointSection (CP &cp, const char *name)
 This is the constructor for Scoped checkpoint section helper class. More...
 
template<class CP >
 ScopedCheckpointSection (CP &cp, const std::string &name)
 

Private Member Functions

void pushName (const char *name)
 
void nameOut (CheckpointOut &cp)
 
void nameOut (CheckpointIn &cp)
 

Detailed Description

Definition at line 172 of file serialize.hh.

Constructor & Destructor Documentation

◆ ~ScopedCheckpointSection()

gem5::Serializable::ScopedCheckpointSection::~ScopedCheckpointSection ( )

Definition at line 103 of file serialize.cc.

References DPRINTF, and gem5::Serializable::path.

◆ ScopedCheckpointSection() [1/2]

gem5::Serializable::ScopedCheckpointSection::ScopedCheckpointSection ( )
delete

◆ ScopedCheckpointSection() [2/2]

gem5::Serializable::ScopedCheckpointSection::ScopedCheckpointSection ( const ScopedCheckpointSection )
delete

Member Function Documentation

◆ nameOut() [1/2]

void gem5::Serializable::ScopedCheckpointSection::nameOut ( CheckpointIn cp)
inlineprivate

Definition at line 222 of file serialize.hh.

◆ nameOut() [2/2]

void gem5::Serializable::ScopedCheckpointSection::nameOut ( CheckpointOut cp)
private

Definition at line 122 of file serialize.cc.

References gem5::Serializable::currentSection(), and DPRINTF.

Referenced by ScopedCheckpointSection().

◆ operator=() [1/2]

ScopedCheckpointSection& gem5::Serializable::ScopedCheckpointSection::operator= ( const ScopedCheckpointSection )
delete

◆ operator=() [2/2]

ScopedCheckpointSection& gem5::Serializable::ScopedCheckpointSection::operator= ( ScopedCheckpointSection &&  )
delete

◆ pushName()

void gem5::Serializable::ScopedCheckpointSection::pushName ( const char *  name)
private

Definition at line 111 of file serialize.cc.

References gem5::csprintf(), DPRINTF, and gem5::Serializable::path.

Referenced by ScopedCheckpointSection().


The documentation for this class was generated from the following files:

Generated on Wed Dec 21 2022 10:23:30 for gem5 by doxygen 1.9.1