![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Defines a message identifier so that joining members can fetch the associated packet from a remote node. More...
#include <gcs_xcom_synode.h>
Public Member Functions | |
| Gcs_xcom_synode () noexcept | |
| Gcs_xcom_synode (synode_no synod) noexcept | |
| ~Gcs_xcom_synode () | |
| Gcs_xcom_synode (Gcs_xcom_synode const &other)=default | |
| Gcs_xcom_synode & | operator= (Gcs_xcom_synode const &other)=default | 
| Gcs_xcom_synode (Gcs_xcom_synode &&other) noexcept | |
| Gcs_xcom_synode & | operator= (Gcs_xcom_synode &&other) noexcept | 
| bool | operator== (const Gcs_xcom_synode &other) const | 
| synode_no const & | get_synod () const | 
Private Attributes | |
| synode_no | synode_ | 
Defines a message identifier so that joining members can fetch the associated packet from a remote node.
See Gcs_xcom_communication_interface::recover_packets.
It wraps synode_no so we can use it in hash-based containers.
      
  | 
  noexcept | 
      
  | 
  explicitnoexcept | 
      
  | 
  default | 
      
  | 
  default | 
      
  | 
  noexcept | 
| synode_no const & Gcs_xcom_synode::get_synod | ( | ) | const | 
      
  | 
  noexcept | 
      
  | 
  default | 
| bool Gcs_xcom_synode::operator== | ( | const Gcs_xcom_synode & | other | ) | const | 
      
  | 
  private |