MySQL 8.3.0
Source Code Documentation
mysqlrouter::MetadataSchemaVersion Struct Reference

#include <cluster_metadata.h>

Public Member Functions

bool operator< (const MetadataSchemaVersion &o) const
 
bool operator<= (const MetadataSchemaVersion &o) const
 
bool operator> (const MetadataSchemaVersion &o) const
 
bool operator>= (const MetadataSchemaVersion &o) const
 
bool operator== (const MetadataSchemaVersion &o) const
 
bool operator!= (const MetadataSchemaVersion &o) const
 

Public Attributes

unsigned int major
 
unsigned int minor
 
unsigned int patch
 

Member Function Documentation

◆ operator!=()

◆ operator<()

bool mysqlrouter::MetadataSchemaVersion::operator< ( const MetadataSchemaVersion o) const
inline

◆ operator<=()

bool mysqlrouter::MetadataSchemaVersion::operator<= ( const MetadataSchemaVersion o) const
inline

◆ operator==()

bool mysqlrouter::MetadataSchemaVersion::operator== ( const MetadataSchemaVersion o) const
inline

◆ operator>()

bool mysqlrouter::MetadataSchemaVersion::operator> ( const MetadataSchemaVersion o) const
inline

◆ operator>=()

bool mysqlrouter::MetadataSchemaVersion::operator>= ( const MetadataSchemaVersion o) const
inline

Member Data Documentation

◆ major

unsigned int mysqlrouter::MetadataSchemaVersion::major

◆ minor

unsigned int mysqlrouter::MetadataSchemaVersion::minor

◆ patch

unsigned int mysqlrouter::MetadataSchemaVersion::patch

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