userver: storages::postgres::io::BufferParser< InetNetwork > Struct Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferParser< InetNetwork > Struct Reference

#include <userver/storages/postgres/io/ip.hpp>

Detailed Description

Binary parser for utils::ip::InetNetwork.

Definition at line 329 of file ip.hpp.

+ Inheritance diagram for storages::postgres::io::BufferParser< InetNetwork >:
+ Collaboration diagram for storages::postgres::io::BufferParser< InetNetwork >:

Public Types

using BaseType = detail::IpBufferParserBase<InetNetwork>
 

Public Member Functions

void operator() (FieldBuffer buffer)
 

Member Typedef Documentation

◆ BaseType

using storages::postgres::io::BufferParser< InetNetwork >::BaseType = detail::IpBufferParserBase<InetNetwork>

Definition at line 330 of file ip.hpp.

Member Function Documentation

◆ operator()()

void storages::postgres::io::BufferParser< InetNetwork >::operator() ( FieldBuffer buffer)
inline

Definition at line 333 of file ip.hpp.


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