ComponentPool

Undocumented in source.

Constructors

this
this(size_t poolSize)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

expand
void expand()

Expands the pool with an empty value.

get
T* get(size_t index)

Returns the component at the specified index.

insert
void insert(T component)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(size_t index, T component)

Sets the value of the component at the specified index.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IComponentPool

expand
void expand()
Undocumented in source.
length
size_t length()
Undocumented in source.

Meta