MySQL 9.3.0
Source Code Documentation
mrs::authentication::UniversalIdContainer Class Reference

#include <universal_id_container.h>

Public Member Functions

auto begin () const
 
auto end () const
 
void push_back (uint8_t value)
 
auto get_user_id () const
 

Private Attributes

UniversalId id_
 
uint64_t push_index_ {0}
 

Member Function Documentation

◆ begin()

auto mrs::authentication::UniversalIdContainer::begin ( ) const
inline

◆ end()

auto mrs::authentication::UniversalIdContainer::end ( ) const
inline

◆ get_user_id()

auto mrs::authentication::UniversalIdContainer::get_user_id ( ) const
inline

◆ push_back()

void mrs::authentication::UniversalIdContainer::push_back ( uint8_t  value)
inline

Member Data Documentation

◆ id_

UniversalId mrs::authentication::UniversalIdContainer::id_
private

◆ push_index_

uint64_t mrs::authentication::UniversalIdContainer::push_index_ {0}
private

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