Concept
DefaultConstructibleConcept
A type with a default constructor.
Concept Definition
Refinements
AlphabetConceptNatural container value.
ContainerConceptConcept for mutable containers.
ForwardIteratorConceptIterator that allows passing over a linear sequence multiple times.
DefaultConstructible<T>
Include Headers
seqan/basic.h
Remarks
Expects an instance of type T to be default constructible.
Implemented by
AnnotationTree IteratorIterator of the annotation tree represented by a FragmentStore. (RootedIteratorConcept)
BottomUp IteratorIterator for an efficient postorder depth-first search in a suffix tree. (ForwardIteratorConcept)
Dna5QAlphabet for DNA plus PHRED quality including 'N' character. (AlphabetWithQualitiesConcept)
DnaQAlphabet for DNA plus PHRED quality. (AlphabetWithQualitiesConcept)
GapsEfficient storage of gaps for a sequence. (SequenceConcept)
ModifiedIteratorAllows to modify arbitrary iterators by specializing what differs from an origin. (RandomAccessIteratorConcept)
ModifiedStringAllows to modify arbitrary strings by specializing what differs from an origin. (ContainerConcept)
SimpleTypeImplementation for "simple" types. (FiniteOrderedAlphabetConcept)
StringA sequence container with generic alphabet and many specializations. (ContainerConcept)
TopDownHistory IteratorString tree iterator that can go down, right, and up. Supports depth-first search. (ForwardIteratorConcept)
Examples
Valid expressions:
T()
T a;
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:16