vg
tools for working with variation graphs
|
This is the complete list of members for vg::io::VPKG, including all inherited members.
describe() | vg::io::VPKG | inlineprivatestatic |
load_one(istream &in, const string &filename="") | vg::io::VPKG | inlinestatic |
load_one(const string &filename) | vg::io::VPKG | inlinestatic |
save(const Have &have, ostream &out) | vg::io::VPKG | inlinestatic |
save(const Have &have, const string &filename) | vg::io::VPKG | inlinestatic |
try_load_bare(istream &in, const string &filename="") | vg::io::VPKG | inlineprivatestatic |
try_load_encapsulated(istream &in) | vg::io::VPKG | inlineprivatestatic |
try_load_encapsulated(MessageIterator &it) | vg::io::VPKG | inlineprivatestatic |
try_load_first(istream &in, const string &filename="") | vg::io::VPKG | inlinestatic |
try_load_first(const string &filename) | vg::io::VPKG | inlinestatic |
try_load_first_bare(istream &in, const string &filename, bool &found) | vg::io::VPKG | inlineprivatestatic |
try_load_first_bare(istream &in, const string &filename, bool &found) | vg::io::VPKG | inlineprivatestatic |
try_load_first_encapsulated(MessageIterator &it, bool &found) | vg::io::VPKG | inlineprivatestatic |
try_load_first_encapsulated(MessageIterator &it, bool &found) | vg::io::VPKG | inlineprivatestatic |
try_load_one(istream &in, const string &filename="") | vg::io::VPKG | inlinestatic |
try_load_one(const string &filename) | vg::io::VPKG | inlinestatic |
with_putback(istream &in, const function< void(istream &)> &callback) | vg::io::VPKG | inlineprivatestatic |
with_save_stream(ostream &to, const string &tag, const function< void(ostream &)> &use_stream) | vg::io::VPKG | static |