OpenSDN source code
|
#include <flow_entry.h>
Public Member Functions | |
FlowPendingAction () | |
~FlowPendingAction () | |
void | Reset () |
bool | CanDelete () |
bool | SetDelete () |
void | ResetDelete () |
bool | CanRecompute () |
bool | SetRecompute () |
void | ResetRecompute () |
bool | CanRecomputeDBEntry () |
bool | SetRecomputeDBEntry () |
void | ResetRecomputeDBEntry () |
bool | CanRevaluate () |
bool | SetRevaluate () |
void | ResetRevaluate () |
Private Attributes | |
bool | delete_ |
bool | recompute_ |
bool | recompute_dbentry_ |
bool | revaluate_ |
Definition at line 427 of file flow_entry.h.
FlowPendingAction::FlowPendingAction | ( | ) |
FlowPendingAction::~FlowPendingAction | ( | ) |
Definition at line 2923 of file flow_entry.cc.
bool FlowPendingAction::CanDelete | ( | ) |
Definition at line 2948 of file flow_entry.cc.
bool FlowPendingAction::CanRecompute | ( | ) |
Definition at line 2966 of file flow_entry.cc.
bool FlowPendingAction::CanRecomputeDBEntry | ( | ) |
Definition at line 2986 of file flow_entry.cc.
bool FlowPendingAction::CanRevaluate | ( | ) |
Definition at line 3005 of file flow_entry.cc.
void FlowPendingAction::Reset | ( | ) |
Definition at line 2926 of file flow_entry.cc.
void FlowPendingAction::ResetDelete | ( | ) |
Definition at line 2941 of file flow_entry.cc.
void FlowPendingAction::ResetRecompute | ( | ) |
Definition at line 2960 of file flow_entry.cc.
void FlowPendingAction::ResetRecomputeDBEntry | ( | ) |
Definition at line 2981 of file flow_entry.cc.
void FlowPendingAction::ResetRevaluate | ( | ) |
Definition at line 3001 of file flow_entry.cc.
bool FlowPendingAction::SetDelete | ( | ) |
Definition at line 2933 of file flow_entry.cc.
bool FlowPendingAction::SetRecompute | ( | ) |
Definition at line 2952 of file flow_entry.cc.
bool FlowPendingAction::SetRecomputeDBEntry | ( | ) |
Definition at line 2973 of file flow_entry.cc.
bool FlowPendingAction::SetRevaluate | ( | ) |
Definition at line 2993 of file flow_entry.cc.
|
private |
Definition at line 451 of file flow_entry.h.
|
private |
Definition at line 453 of file flow_entry.h.
|
private |
Definition at line 455 of file flow_entry.h.
|
private |
Definition at line 457 of file flow_entry.h.