![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <gtid.h>
Public Types | |
| using | Parent = inner::Gtid< inner::GtidRange > | 
Public Member Functions | |
| Gtid () | |
| Gtid (const GTIDuuid &uid, const inner::GtidRange &r) | |
| Gtid (const std::string &v) | |
| bool | parse (const std::string &v) | 
  Public Member Functions inherited from mrs::database::inner::Gtid< inner::GtidRange > | |
| Gtid (const GTIDuuid &uid, T &&...v) | |
| bool | operator== (const Gtid &other) const | 
| bool | contains (const Gtid< OtherRange > &other) const | 
| bool | parse (const std::string >id) | 
| std::string | to_string () const | 
| bool | try_merge (const GtidRange &range) | 
| bool | try_merge (const Gtid< SomeRange > >id) | 
| bool | insert (const Gtid< SomeRange > &other) | 
| void | set (const Gtid< SomeRange > &other) | 
| uint64_t | size () const | 
| const GTIDuuid & | get_uid () const | 
| const inner::GtidRange & | get_range () const | 
Additional Inherited Members | |
  Protected Attributes inherited from mrs::database::inner::Gtid< inner::GtidRange > | |
| GTIDuuid | uid_ | 
| inner::GtidRange | range_ | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline |