MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mrs::database::entry::AuthUser::UserIndex Class Reference

#include <auth_user.h>

Public Member Functions

 UserIndex ()
 
 UserIndex (const std::string &vendor_id)
 
 UserIndex (const UserId id)
 
 UserIndex (const AuthUser &other)
 
 UserIndex (AuthUser &&other)
 
UserIndexoperator= (const AuthUser &other)
 
bool operator== (const UserIndex &other) const
 
bool operator< (const UserIndex &other) const
 
std::string to_string () const
 

Public Attributes

bool has_user_id {false}
 
UserId user_id {}
 
std::string vendor_user_id
 

Constructor & Destructor Documentation

◆ UserIndex() [1/5]

mrs::database::entry::AuthUser::UserIndex::UserIndex ( )
inline

◆ UserIndex() [2/5]

mrs::database::entry::AuthUser::UserIndex::UserIndex ( const std::string &  vendor_id)
inline

◆ UserIndex() [3/5]

mrs::database::entry::AuthUser::UserIndex::UserIndex ( const UserId  id)
inline

◆ UserIndex() [4/5]

mrs::database::entry::AuthUser::UserIndex::UserIndex ( const AuthUser other)
inline

◆ UserIndex() [5/5]

mrs::database::entry::AuthUser::UserIndex::UserIndex ( AuthUser &&  other)
inline

Member Function Documentation

◆ operator<()

bool mrs::database::entry::AuthUser::UserIndex::operator< ( const UserIndex other) const
inline

◆ operator=()

UserIndex & mrs::database::entry::AuthUser::UserIndex::operator= ( const AuthUser other)
inline

◆ operator==()

bool mrs::database::entry::AuthUser::UserIndex::operator== ( const UserIndex other) const
inline

◆ to_string()

std::string mrs::database::entry::AuthUser::UserIndex::to_string ( ) const
inline

Member Data Documentation

◆ has_user_id

bool mrs::database::entry::AuthUser::UserIndex::has_user_id {false}

◆ user_id

UserId mrs::database::entry::AuthUser::UserIndex::user_id {}

◆ vendor_user_id

std::string mrs::database::entry::AuthUser::UserIndex::vendor_user_id

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