#include <ExploitationEntry.h>
Collaboration diagram for RobotFlow::ExploitationEntry:

Public Member Functions | |
| ExploitationEntry (int count, FD::Node *node, int output_id) | |
| ExploitationEntry (const ExploitationEntry &cpy) | |
| ExploitationEntry & | operator= (const ExploitationEntry &eqs) |
| FD::Node * | getNode () |
| int | getCount () |
| int | getOutputID () |
| void | printOn (std::ostream &out=std::cout) const |
Private Attributes | |
| FD::Node * | m_node |
| The node pointer where the exploitation entry is related. | |
| int | m_count |
| The iteration counter where the exploitation occured. | |
| int | m_output_id |
| The output_id of the exploitation output. | |
|
||||||||||||||||
|
Constructor with count, node, output_id args.
|
|
|
Copy constructor.
|
|
|
Iteration count accessor from the ExploitationEntry class
|
|
|
Node accessor from the ExploitationEntry class
|
|
|
Output ID accessor from the ExploitationEntry class
|
|
|
= operator between two ExploitationEntr(ies)
|
|
|
Printing object to an output stream in the Overflow format.
|
|
|
|
|
|
|
|
|
|
1.4.4