ListBase.HeadElem (PROP) ¶ PROPERTY HeadElem : IElement
ListBase.ListIsEmpty (PROP) ¶ PROPERTY ListIsEmpty : BOOL
ListBase.ListSize (PROP) ¶ PROPERTY ListSize : CAA.COUNT
ListBase.TailElem (PROP) ¶ PROPERTY TailElem : IElement
TypedList.AppendElem (METH) ¶ METHOD AppendElem : ITypedElement InOut: Scope Name Type Comment Return AppendElem ITypedElement Input itfElement ITypedElement Element which is added at the end of the list
TypedList.InsertElem (METH) ¶ METHOD InsertElem : ITypedElement InOut: Scope Name Type Return InsertElem ITypedElement Input itfElement ITypedElement itfPrecursor ITypedElement
TypedList.PopBackElem (METH) ¶ METHOD PopBackElem : ITypedElement InOut: Scope Name Type Return PopBackElem ITypedElement
TypedList.PopElem (METH) ¶ METHOD PopElem : ITypedElement InOut: Scope Name Type Return PopElem ITypedElement
TypedList.PushElem (METH) ¶ METHOD PushElem : ITypedElement InOut: Scope Name Type Return PushElem ITypedElement Input itfElement ITypedElement
TypedList.RemoveElem (METH) ¶ METHOD RemoveElem : ITypedElement Remove the element referenced by itfElement from the end of the list. Is the element successfully removed the result value is itfElement otherwise zero InOut: Scope Name Type Comment Return RemoveElem ITypedElement Input itfElement ITypedElement Element, which is to be deleted