yat
0.14.5pre
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
yat
omic
DnaComplementer.h
1
#ifndef _theplu_yat_omic_dna_complementer
2
#define _theplu_yat_omic_dna_complementer
3
4
// $Id: DnaComplementer.h 3475 2016-03-08 08:05:33Z peter $
5
//
6
// Copyright (C) 2016 Peter Johansson
7
//
8
// This program is free software; you can redistribute it and/or modify
9
// it under the terms of the GNU General Public License as published by
10
// the Free Software Foundation; either version 3 of the License, or
11
// (at your option) any later version.
12
//
13
// This program is distributed in the hope that it will be useful, but
14
// WITHOUT ANY WARRANTY; without even the implied warranty of
15
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
// General Public License for more details.
17
//
18
// You should have received a copy of the GNU General Public License
19
// along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21
namespace
theplu {
22
namespace
yat {
23
namespace
omic {
24
30
struct
DnaComplementer
31
{
41
char
operator()
(
char
x)
const
;
42
};
43
44
}}}
45
#endif
theplu::yat::omic::DnaComplementer::operator()
char operator()(char x) const
theplu::yat::omic::DnaComplementer
Functor that calculates genomic complement.
Definition:
DnaComplementer.h:30
Generated on Tue Sep 26 2017 02:33:29 for yat by
1.8.5