Searched defs:TStackList (Results 1 – 1 of 1) sorted by relevance
314 function TStackList<T>.Peek: T; in TStackList() function319 function TStackList<T>.Pop: T; in Pop() function328 procedure TStackList<T>.Push(const Item: T); procedure