vg
tools for working with variation graphs
Public Attributes | List of all members
hFILE_backend Struct Reference

#include <hfile_internal.hpp>

Public Attributes

ssize_t(* read )(hFILE *, void *, size_t)
 
ssize_t(* write )(hFILE *, const void *, size_t)
 
off_t(* seek )(hFILE *, off_t, int)
 
int(* flush )(hFILE *)
 
int(* close )(hFILE *)
 

Member Data Documentation

◆ close

int(* hFILE_backend::close) (hFILE *)

◆ flush

int(* hFILE_backend::flush) (hFILE *)

◆ read

ssize_t(* hFILE_backend::read) (hFILE *, void *, size_t)

◆ seek

off_t(* hFILE_backend::seek) (hFILE *, off_t, int)

◆ write

ssize_t(* hFILE_backend::write) (hFILE *, const void *, size_t)

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