Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
15fd21d2
Commit
15fd21d2
authored
Oct 19, 2014
by
Mathieu Giraud
Browse files
kmerstore.h: explanation on a subtle argument list
C++ polymorphism is awesome. (Meung-sur-Loire)
parent
c534fe7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/kmerstore.h
View file @
15fd21d2
...
...
@@ -16,7 +16,12 @@ public:
unsigned
int
count
;
Kmer
();
/**
* This constructor is used via a IKmerStore<Kmer> index (hence the argument list)
*/
Kmer
(
const
seqtype
&
kmer
,
const
string
&
label
=
""
,
int
strand
=
1
);
Kmer
&
operator
+=
(
const
Kmer
&
);
static
bool
hasRevcompSymetry
();
}
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment