Function
dependent
Test whether object depends on other objects.
bool dependent(object)
Parameters
object
An object.
Return Values
true if object depends one some other object, false otherwise.
Remarks
An object "a" depends on another object "b", if changing "b" can invalidate "a"; especially the destruction of "b" invalidates "a".
SeqAn - Sequence Analysis Library - www.seqan.de