OpenSDN source code
FlowPendingAction Class Reference

#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_
 

Detailed Description

Definition at line 427 of file flow_entry.h.

Constructor & Destructor Documentation

◆ FlowPendingAction()

FlowPendingAction::FlowPendingAction ( )

Definition at line 2971 of file flow_entry.cc.

Here is the call graph for this function:

◆ ~FlowPendingAction()

FlowPendingAction::~FlowPendingAction ( )

Definition at line 2975 of file flow_entry.cc.

Member Function Documentation

◆ CanDelete()

bool FlowPendingAction::CanDelete ( )

Definition at line 3000 of file flow_entry.cc.

◆ CanRecompute()

bool FlowPendingAction::CanRecompute ( )

Definition at line 3018 of file flow_entry.cc.

◆ CanRecomputeDBEntry()

bool FlowPendingAction::CanRecomputeDBEntry ( )

Definition at line 3038 of file flow_entry.cc.

◆ CanRevaluate()

bool FlowPendingAction::CanRevaluate ( )

Definition at line 3057 of file flow_entry.cc.

◆ Reset()

void FlowPendingAction::Reset ( )

Definition at line 2978 of file flow_entry.cc.

◆ ResetDelete()

void FlowPendingAction::ResetDelete ( )

Definition at line 2993 of file flow_entry.cc.

◆ ResetRecompute()

void FlowPendingAction::ResetRecompute ( )

Definition at line 3012 of file flow_entry.cc.

◆ ResetRecomputeDBEntry()

void FlowPendingAction::ResetRecomputeDBEntry ( )

Definition at line 3033 of file flow_entry.cc.

◆ ResetRevaluate()

void FlowPendingAction::ResetRevaluate ( )

Definition at line 3053 of file flow_entry.cc.

◆ SetDelete()

bool FlowPendingAction::SetDelete ( )

Definition at line 2985 of file flow_entry.cc.

◆ SetRecompute()

bool FlowPendingAction::SetRecompute ( )

Definition at line 3004 of file flow_entry.cc.

◆ SetRecomputeDBEntry()

bool FlowPendingAction::SetRecomputeDBEntry ( )

Definition at line 3025 of file flow_entry.cc.

◆ SetRevaluate()

bool FlowPendingAction::SetRevaluate ( )

Definition at line 3045 of file flow_entry.cc.

Member Data Documentation

◆ delete_

bool FlowPendingAction::delete_
private

Definition at line 451 of file flow_entry.h.

◆ recompute_

bool FlowPendingAction::recompute_
private

Definition at line 453 of file flow_entry.h.

◆ recompute_dbentry_

bool FlowPendingAction::recompute_dbentry_
private

Definition at line 455 of file flow_entry.h.

◆ revaluate_

bool FlowPendingAction::revaluate_
private

Definition at line 457 of file flow_entry.h.


The documentation for this class was generated from the following files: