MySQL 8.0.40
Source Code Documentation
HttpHeaders::Iterator Class Reference

#include <http_request.h>

Public Types

using IteratorHandle = void *
 

Public Member Functions

 Iterator (IteratorHandle node)
 
std::pair< std::string, std::string > operator* ()
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &it) const
 

Private Attributes

IteratorHandle node_
 

Member Typedef Documentation

◆ IteratorHandle

Constructor & Destructor Documentation

◆ Iterator()

HttpHeaders::Iterator::Iterator ( IteratorHandle  node)
inline

Member Function Documentation

◆ operator!=()

bool HttpHeaders::Iterator::operator!= ( const Iterator it) const

◆ operator*()

std::pair< std::string, std::string > HttpHeaders::Iterator::operator* ( )

◆ operator++()

HttpHeaders::Iterator & HttpHeaders::Iterator::operator++ ( )

Member Data Documentation

◆ node_

IteratorHandle HttpHeaders::Iterator::node_
private

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