vg
tools for working with variation graphs
Namespaces | Functions
registry.cpp File Reference
#include "vg/io/registry.hpp"
#include "vg/io/fdstream.hpp"
#include "vg/vg.pb.h"
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/util/type_resolver.h>
#include <google/protobuf/util/type_resolver_util.h>
#include <google/protobuf/type.pb.h>
#include <google/protobuf/descriptor.pb.h>
#include <unistd.h>
#include <thread>

Namespaces

 vg
 
 vg::io
 

Functions

auto vg::io::wrap_bare_loader (function< void *(istream &)> istream_loader) -> load_function_t
 
void vg::io::with_function_calling_stream (const message_consumer_function_t &emit_message, const function< void(ostream &)> &use_stream)
 
auto vg::io::wrap_bare_saver (function< void(const void *, ostream &)> ostream_saver) -> save_function_t
 

Detailed Description

Non-template implementations of registry functions.