Concept
Assignable
A type with an assignment operator.
Concept Definition
Required Functions
assignAssigns one object to another object.
operator=C++ built-in Assignment operator.
Refinements
AlphabetConceptNatural container value.
ContainerConcept for mutable containers. Object that contains other objects.
Assignable<T>
Include Headers
seqan/basic.h
Remarks
Expects instances of type T to be assignable into each other.
Implemented by
Dna5QAlphabet for DNA plus PHRED quality including 'N' character. (AlphabetWithQualitiesConcept)
DnaQAlphabet for DNA plus PHRED quality. (AlphabetWithQualitiesConcept)
GapsEfficient storage of gaps for a sequence. (Sequence)
ModifiedStringAllows to modify arbitrary strings by specializing what differs from an origin. (Container)
SimpleTypeImplementation for "simple" types. (FiniteOrderedAlphabetConcept)
StringA sequence container with generic alphabet and many specializations. (Container)
Examples
Valid expressions:
a = b;  // a, b are of type T
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2012/10/02 11:10:29