PostgreSQL Source Code  git master
astreamer_ops Struct Reference

#include <astreamer.h>

Data Fields

void(* content )(astreamer *streamer, astreamer_member *member, const char *data, int len, astreamer_archive_context context)
 
void(* finalize )(astreamer *streamer)
 
void(* free )(astreamer *streamer)
 

Detailed Description

Definition at line 124 of file astreamer.h.

Field Documentation

◆ content

void(* astreamer_ops::content) (astreamer *streamer, astreamer_member *member, const char *data, int len, astreamer_archive_context context)

Definition at line 126 of file astreamer.h.

Referenced by astreamer_content().

◆ finalize

void(* astreamer_ops::finalize) (astreamer *streamer)

Definition at line 129 of file astreamer.h.

Referenced by astreamer_finalize().

◆ free

void(* astreamer_ops::free) (astreamer *streamer)

Definition at line 130 of file astreamer.h.

Referenced by astreamer_free().


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