Function
clear
Resets an object.
clear(object)
Include Headers
seqan/graph_types.h, seqan/sequence.h, seqan/sequence_journaled.h
Remarks
object is set to a state that is equivalent to a default constructed object of the same type.
If object is a container, then all elements are removed from this container. The length is set to 0. The capacity can be changed, depending on the implementation.
If object is a graph, then all vertices and all edges are removed.
If clear is applied on a Holder object, the state of this object is set to 'empty'.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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