Playground
by Górka Mateusz
Public Member Functions
|
Protected Member Functions
|
List of all members
Goo.Tools.Pooling.ListOfRecyclable< T > Class Template Reference
abstract
Inheritance diagram for Goo.Tools.Pooling.ListOfRecyclable< T >:
[
legend
]
Collaboration diagram for Goo.Tools.Pooling.ListOfRecyclable< T >:
[
legend
]
Public Member Functions
T
GetRecycled
()
Protected Member Functions
abstract bool
IsRecycled
(T o)
Member Function Documentation
◆
GetRecycled()
T
Goo.Tools.Pooling.ListOfRecyclable
< T >.GetRecycled
(
)
inline
8
{
9
T obj =
null
;
10
foreach
(var o
in
this
)
11
{
12
if
(
IsRecycled
(o))
13
{
14
obj = o;
15
break
;
16
}
17
}
18
return
obj;
19
}
Goo.Tools.Pooling.ListOfRecyclable.IsRecycled
abstract bool IsRecycled(T o)
◆
IsRecycled()
abstract bool
Goo.Tools.Pooling.ListOfRecyclable
< T >.IsRecycled
(
T
o
)
protected
pure virtual
The documentation for this class was generated from the following file:
PoolerList.cs
Goo
Tools
Pooling
ListOfRecyclable
Generated on
Thu Jun 30 2022 22:56:30
for Playground by
Doxygen
1.9.3.