![]() |
Photon Voice
v2.7
|
FactoryPrimitiveArrayPool< T > Class Template Reference
PrimitiveArrayPool<T> as wrapped in object factory interface. More...
Inherits ObjectFactory< T[], int >.
Public Member Functions | |
| FactoryPrimitiveArrayPool (int capacity, string name) | |
| FactoryPrimitiveArrayPool (int capacity, string name, int info) | |
| T[] | New () |
| T[] | New (int size) |
| void | Free (T[] obj) |
| void | Free (T[] obj, int info) |
| void | Dispose () |
Public Member Functions inherited from ObjectFactory< T[], int > | |
| TType | New () |
| TType | New (TInfo info) |
| void | Free (TType obj) |
| void | Free (TType obj, TInfo info) |
Properties | |
| int | Info [get] |
Properties inherited from ObjectFactory< T[], int > | |
| TInfo | Info [get] |
Detailed Description
PrimitiveArrayPool<T> as wrapped in object factory interface.
- Template Parameters
-
T Array element type.

Public Member Functions inherited from