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

Public Attributes

hFILE base
 
istream * input
 
ostream * output
 

Detailed Description

Define a c-style-inheritance derived struct that holds the hFILE and the stream pointers. Either stream pointer may be null (if we are in the other mode), or both can be non-null and point to the same iostream object.

Member Data Documentation

◆ base

hFILE vg::io::hFILE_cppstream::base

◆ input

istream* vg::io::hFILE_cppstream::input

◆ output

ostream* vg::io::hFILE_cppstream::output

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