vdj_pipe
pipeline for processing DNA sequence data
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
vdj_pipe
output_stamp.hpp
Go to the documentation of this file.
1
7
#ifndef OUTPUT_STAMP_HPP_
8
#define OUTPUT_STAMP_HPP_
9
#include <iosfwd>
10
#include <string>
11
#include "
vdj_pipe/config.hpp
"
12
13
namespace
vdj_pipe
{
14
17
VDJ_PIPE_DECL
std::ostream&
stamp
(
18
std::ostream& os,
19
std::string
const
& pref =
"## "
,
20
std::string
const
& delim =
"; "
,
21
std::string
const
& suff =
"\n"
22
);
23
26
VDJ_PIPE_DECL
std::string
stamp
(
27
std::string
const
& pref =
"## "
,
28
std::string
const
& delim =
"; "
,
29
std::string
const
& suff =
"\n"
30
);
31
32
33
}
//namespace vdj_pipe
34
#endif
/* OUTPUT_STAMP_HPP_ */
vdj_pipe::stamp
std::ostream & stamp(std::ostream &os, std::string const &pref, std::string const &delim, std::string const &suff)
Definition:
output_stamp.cpp:22
config.hpp
vdj_pipe
Main namespace of vdj_pipe library.
Definition:
keywords_variable.hpp:11
VDJ_PIPE_DECL
#define VDJ_PIPE_DECL
Definition:
config.hpp:23
Generated by
1.8.11