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 |
extract_first(deque< void * > &pointers) | vg::io::VPKG | inlineprivatestatic |
load_all(istream &in) | vg::io::VPKG | inlinestatic |
load_all(const string &filename) | vg::io::VPKG | inlinestatic |
LOAD_FINISHED enum value | vg::io::VPKG | private |
load_into_one(MessageIterator &it, size_t i, deque< void * > &dest) | vg::io::VPKG | inlineprivatestatic |
load_one(istream &in) | vg::io::VPKG | inlinestatic |
load_one(const string &filename) | vg::io::VPKG | inlinestatic |
LOAD_SEARCHING enum value | vg::io::VPKG | private |
LOAD_SUCCESS enum value | vg::io::VPKG | private |
LoadProgress enum name | vg::io::VPKG | private |
make_default_or_null() | vg::io::VPKG | inlineprivatestatic |
make_default_or_null() | vg::io::VPKG | inlineprivatestatic |
save(const Have &have, ostream &out) | vg::io::VPKG | inlinestatic |
save(const Have &have, const string &filename) | vg::io::VPKG | inlinestatic |
sniff_magic(istream &stream, const string &magic) | vg::io::VPKG | privatestatic |
to_tuple(deque< void * > items) | vg::io::VPKG | inlineprivatestatic |
try_load_one(istream &in) | vg::io::VPKG | inlinestatic |
try_load_one(const string &filename) | vg::io::VPKG | inlinestatic |
with_save_stream(ostream &to, const string &tag, const function< void(ostream &)> &use_stream) | vg::io::VPKG | static |