mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024742: Remove rarely used collection classes: Stack
Generic class TCollection_Stack removed (along with TCollection_StackIterator and TCollection_StackNode). Code using TCollection_Stack changed to equivalent use of TCollection_List (replacing Push -> Prepend, Top -> First, Pop -> RemoveFirst).
This commit is contained in:
@@ -171,14 +171,6 @@ class ListOfReal instantiates List from TCollection(Real );
|
||||
class ListOfTransient instantiates List from TCollection(Transient);
|
||||
class ListOfAsciiString instantiates List from TCollection(AsciiString from TCollection);
|
||||
|
||||
--
|
||||
-- Instantiations Stack (Integer,Real,Transient)
|
||||
-- *********************************************
|
||||
--
|
||||
class StackOfInteger instantiates Stack from TCollection(Integer );
|
||||
class StackOfReal instantiates Stack from TCollection(Real );
|
||||
class StackOfTransient instantiates Stack from TCollection(Transient);
|
||||
|
||||
--
|
||||
-- Instantiations MapHasher (Integer,Real, Transient, Persistent)
|
||||
-- **************************************************************
|
||||
|
Reference in New Issue
Block a user