pfp::cp::InsertCommand Class Reference
Inheritance diagram for pfp::cp::InsertCommand:
Collaboration diagram for pfp::cp::InsertCommand:Public Member Functions | |
| void | print () override |
| OVERRIDE_PROCESS () | |
| void | set_match_keys (MatchKeyContainer *v) |
| void | set_action (Action *a) |
| const MatchKeyContainer & | get_keys () const |
| const Action & | get_action () const |
| std::shared_ptr< CommandResult > | success_result (size_t handle) |
Public Member Functions inherited from pfp::cp::Command | |
|
virtual std::shared_ptr < CommandResult > | process (CommandProcessor *p)=0 |
| virtual void | set_table_name (std::string s) |
| const std::string & | get_table_name () const |
| std::shared_ptr< CommandResult > | failure_result () |
Additional Inherited Members | |
Protected Attributes inherited from pfp::cp::Command | |
| std::string | table_name |
The documentation for this class was generated from the following files:
- /home/lemniscate/workspace/PFPSim/pfpsim/core/cp/Commands.h
- /home/lemniscate/workspace/PFPSim/pfpsim/core/cp/Commands.cpp
