vdj_pipe
pipeline for processing DNA sequence data
Namespaces | Macros | Functions
output_stamp.cpp File Reference
#include "vdj_pipe/output_stamp.hpp"
#include <ostream>
#include <sstream>
#include "boost/date_time/posix_time/posix_time.hpp"
#include "vdj_pipe/lib_info.hpp"
Include dependency graph for output_stamp.cpp:

Namespaces

 vdj_pipe
 Main namespace of vdj_pipe library.
 

Macros

#define VDJ_PIPE_SOURCE
 

Functions

std::ostream & vdj_pipe::stamp (std::ostream &os, std::string const &pref="## ", std::string const &delim="; ", std::string const &suff="\n")
 
std::string vdj_pipe::stamp (std::string const &pref="## ", std::string const &delim="; ", std::string const &suff="\n")
 

Detailed Description

part of vdj_pipe project.

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

Macro Definition Documentation

#define VDJ_PIPE_SOURCE