get_qdata


Description:

public void* get_qdata (Quark quark)

Obtains data which has previously been attached to type with set_qdata.

Note that this does not take subtyping into account; data attached to one type with set_qdata cannot be retrieved from a subtype using get_qdata.

Parameters:

quark

a Quark id to identify the data

type

a Type

Returns:

the data, or null if no data was found