CODComponentOrderedSet::Append

int CODComponentOrderedSet::Append(const CODComponentSet& src)

Append a set of components.

Defined in: OdComponent.cpp

Return Value

Index of first component added or -1 if add not successful.

Parameters

src

Set of components to add.

Comments

This function inserts each component of the input set into the ordered set and maintains sorted order using the comparison function.