![]() |
MySQL 9.7.0
Source Code Documentation
|
#include <mock_resolver.h>
Public Member Functions | |
| Entry () | |
| Entry (const Entry &other) | |
| Entry & | operator= (const Entry &other) |
Public Attributes | |
| bool | fail_not_found_ {false} |
| bool | error_ {false} |
| bool | log_ {false} |
| std::vector< net::ip::address > | addresses_ |
| std::atomic< uint64_t > | called_ {0} |
| WaitableVariable< uint64_t > | wait_ {0} |
|
inline |
|
inline |
| std::vector<net::ip::address> Entry::addresses_ |
| std::atomic<uint64_t> Entry::called_ {0} |
| bool Entry::error_ {false} |
| bool Entry::fail_not_found_ {false} |
| bool Entry::log_ {false} |
| WaitableVariable<uint64_t> Entry::wait_ {0} |