MySQL 9.7.0
Source Code Documentation
Entry Class Reference

#include <mock_resolver.h>

Public Member Functions

 Entry ()
 
 Entry (const Entry &other)
 
Entryoperator= (const Entry &other)
 

Public Attributes

bool fail_not_found_ {false}
 
bool error_ {false}
 
bool log_ {false}
 
std::vector< net::ip::addressaddresses_
 
std::atomic< uint64_t > called_ {0}
 
WaitableVariable< uint64_t > wait_ {0}
 

Constructor & Destructor Documentation

◆ Entry() [1/2]

Entry::Entry ( )
inline

◆ Entry() [2/2]

Entry::Entry ( const Entry other)
inline

Member Function Documentation

◆ operator=()

Entry & Entry::operator= ( const Entry other)
inline

Member Data Documentation

◆ addresses_

std::vector<net::ip::address> Entry::addresses_

◆ called_

std::atomic<uint64_t> Entry::called_ {0}

◆ error_

bool Entry::error_ {false}

◆ fail_not_found_

bool Entry::fail_not_found_ {false}

◆ log_

bool Entry::log_ {false}

◆ wait_

WaitableVariable<uint64_t> Entry::wait_ {0}

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