Function
dependentSource
Test if object depends from it's source.
bool dependentSource(object)
Parameters
object
An object that has a source.
Types: Gaps
Return Values
true if the source of object is a stand alone object that is not managed by object. false otherwise.
Remarks
This function returns false, if the source is empty.
If both emptySource and dependentSource are false, object is the owner of the source.
SeqAn - Sequence Analysis Library - www.seqan.de