|
gem5
v19.0.0.0
|
An entry in the label stack. More...
Public Member Functions | |
| LabelStackEntry (const std::string &_label, std::string *_prefix) | |
Public Attributes | |
| const std::string | label |
| std::string * | prefix |
| bool | labelPrinted |
| Packet::PrintReqState::LabelStackEntry::LabelStackEntry | ( | const std::string & | _label, |
| std::string * | _prefix | ||
| ) |
Definition at line 436 of file packet.cc.
Referenced by Packet::PrintReqState::pushLabel(), and Packet::PrintReqState::~PrintReqState().
| const std::string Packet::PrintReqState::LabelStackEntry::label |
| std::string* Packet::PrintReqState::LabelStackEntry::prefix |
Definition at line 423 of file packet.hh.
Referenced by Packet::PrintReqState::pushLabel().