Function
setHost
Sets the host of an object.
Include Headers
seqan/sequence.h, seqan/sequence_journaled.h
Parameters
|  The object that will get a new host. | |
|  The new host. Types:  String | 
Remarks
 After this operation, object  depends on host .
 Note that setting the host can invalidate object .
For example, if one changes the host of a Segment object, it is possible
that begin- and end-position of the segment does not fit into the new host sequence.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de