ISimpleList.HeadElem (PROP) ¶ PROPERTY HeadElem : IElement
ISimpleList.ListIsEmpty (PROP) ¶ PROPERTY ListIsEmpty : BOOL
ISimpleList.ListSize (PROP) ¶ PROPERTY ListSize : CAA.COUNT
ISimpleList.TailElem (PROP) ¶ PROPERTY TailElem : IElement
ITypedList.AppendElem (METH) ¶ METHOD AppendElem : ITypedElement Append the element referenced by itfElement at the end of the list InOut: Scope Name Type Comment Return AppendElem ITypedElement Input itfElement ITypedElement Element which is added at the end of the list
ITypedList.InsertElem (METH) ¶ METHOD InsertElem : ITypedElement InOut: Scope Name Type Return InsertElem ITypedElement Input itfElement ITypedElement itfPrecursor ITypedElement
ITypedList.ListTypeId (PROP) ¶ PROPERTY ListTypeId : CAA.IDENT
ITypedList.PopBackElem (METH) ¶ METHOD PopBackElem : ITypedElement InOut: Scope Name Type Return PopBackElem ITypedElement
ITypedList.PopElem (METH) ¶ METHOD PopElem : ITypedElement InOut: Scope Name Type Return PopElem ITypedElement
ITypedList.PushElem (METH) ¶ METHOD PushElem : ITypedElement InOut: Scope Name Type Return PushElem ITypedElement Input itfElement ITypedElement