IsChildWithParentsTree

Context-free check that a package IsChildWithParents() and none of the parents depend on each other (the package is a "tree").

Synopsis

Declared in <policy/packages.h>

bool
IsChildWithParentsTree(Package const& package);

Return Value

true if the package is a child with mutually independent parents.

Parameters

NameDescription
packageTransactions expected to form a child-with-parents tree.