pfp::core::db::CPDebuggerInterface::TableEntry Class Reference
Data Structure used to represent table entries so that they can be stored. More...
#include <CPDebuggerInterface.h>
Collaboration diagram for pfp::core::db::CPDebuggerInterface::TableEntry:
Public Member Functions | |
TableEntry (std::string table_name, std::string match_key, std::string action_name, std::vector< std::string > action_data, uint64_t handle, CPDebuggerInterface::TableEntryStatus status=NONE) | |
Public Attributes | |
std::string | table_name |
Name of table in which the entry is found. | |
std::string | match_key |
Key used to perform the match. | |
std::string | action_name |
Name of the action that is used if this entry is hit. | |
std::vector< std::string > | action_data |
Data inserted into the action if this entry is hit. | |
uint64_t | handle |
Handle (or unique identifier) corresponding to this entry. | |
CPDebuggerInterface::TableEntryStatus | status |
Detailed Description
Data Structure used to represent table entries so that they can be stored.
The documentation for this class was generated from the following file:
- /home/lemniscate/workspace/PFPSim/pfpsim/core/debugger/CPDebuggerInterface.h