vg
tools for working with variation graphs
|
#include "vg/io/hfile_cppstream.hpp"
#include "vg/io/hfile_internal.hpp"
#include <errno.h>
#include <iostream>
Classes | |
struct | vg::io::hFILE_cppstream |
Namespaces | |
namespace | vg |
namespace | vg::io |
Functions | |
hFILE * | vg::io::hfile_wrap (std::istream &input) |
Wrap a C++ input stream as an hFILE* that can be read by BGZF. | |
hFILE * | vg::io::hfile_wrap (std::ostream &output) |
Wrap a C++ output stream as an hFILE* that can be written by BGZF. | |