OmegaEngine API  1.0.3
Properties | List of all members
OmegaEngine.Collections.IPoolable< T > Interface Template Reference

An interface items must implement to be addable to Pool<T>. Poolable items directly store a reference to their successor. More...

Inheritance diagram for OmegaEngine.Collections.IPoolable< T >:
OmegaEngine.Collections.Pool< T >

Properties

NextElement [get, set]
 A reference to the next element in the Pool<T> chain. More...
 

Detailed Description

An interface items must implement to be addable to Pool<T>. Poolable items directly store a reference to their successor.

Template Parameters
TThe type of items to store in Pool<T>.
Type Constraints
T :class 
T :IPoolable<T> 

Property Documentation

◆ NextElement

T OmegaEngine.Collections.IPoolable< T >.NextElement
getset

A reference to the next element in the Pool<T> chain.


The documentation for this interface was generated from the following file: