vdj_pipe
pipeline for processing DNA sequence data
Namespaces | Macros | Functions
print_gdst.cpp File Reference
#include "vdj_pipe/gdst/print_gdst.hpp"
#include "vdj_pipe/gdst/gdst.hpp"
#include <iostream>
Include dependency graph for print_gdst.cpp:

Namespaces

 vdj_pipe
 Main namespace of vdj_pipe library.
 
 vdj_pipe::gdst
 
 vdj_pipe::gdst::anonymous_namespace{print_gdst.cpp}
 

Macros

#define VDJ_PIPE_SOURCE
 

Functions

std::ostream & vdj_pipe::gdst::print (std::ostream &os, const Branch_id bid, Gdst const &st)
 
std::ostream & vdj_pipe::gdst::operator<< (std::ostream &os, Gdst const &st)
 
void vdj_pipe::gdst::anonymous_namespace{print_gdst.cpp}::dot_edge (std::ostream &os, const Branch_id bid, Gdst const &st, const Nucleotide n, const unsigned nmax)
 
std::ostream & vdj_pipe::gdst::dot (std::ostream &os, Gdst const &st, const bool sl=true)
 

Detailed Description

part of vdj_pipe project.

Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2013

Macro Definition Documentation

#define VDJ_PIPE_SOURCE