MySQL 8.4.1
Source Code Documentation
View_change_pipeline_action Class Reference

Action to signal any interested handler that a VC happened. More...

#include <pipeline_handlers.h>

Inheritance diagram for View_change_pipeline_action:
[legend]

Public Member Functions

 View_change_pipeline_action (bool is_leaving)
 Creates an action to inform handler of a View Change. More...
 
bool is_leaving ()
 
- Public Member Functions inherited from Pipeline_action
 Pipeline_action (int action_type)
 
virtual ~Pipeline_action ()=default
 
int get_action_type ()
 Returns this action type. More...
 

Private Attributes

bool leaving
 

Detailed Description

Action to signal any interested handler that a VC happened.

Constructor & Destructor Documentation

◆ View_change_pipeline_action()

View_change_pipeline_action::View_change_pipeline_action ( bool  is_leaving)
inline

Creates an action to inform handler of a View Change.

Parameters
is_leavinginforms if the member is leaving

Member Function Documentation

◆ is_leaving()

bool View_change_pipeline_action::is_leaving ( )
inline

Member Data Documentation

◆ leaving

bool View_change_pipeline_action::leaving
private

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