MySQL 8.0.40
Source Code Documentation
|
#include <http_request.h>
Public Types | |
using | IteratorHandle = void * |
Public Member Functions | |
Iterator (IteratorHandle node) | |
std::pair< std::string, std::string > | operator* () |
Iterator & | operator++ () |
bool | operator!= (const Iterator &it) const |
Private Attributes | |
IteratorHandle | node_ |
using HttpHeaders::Iterator::IteratorHandle = void * |
|
inline |
bool HttpHeaders::Iterator::operator!= | ( | const Iterator & | it | ) | const |
std::pair< std::string, std::string > HttpHeaders::Iterator::operator* | ( | ) |
HttpHeaders::Iterator & HttpHeaders::Iterator::operator++ | ( | ) |
|
private |