SelectEntry

An aggregate to hold neccessary information for a select operation

Constructors

this
this(Selectable selectable, void* select_data)

Default ctor

Members

Variables

select_data
void* select_data;

Pointer to the select data

selectable
Selectable selectable;

Reference to a Selectable object

Meta