get_structure


Description:

public unowned Structure get_structure ()

Access the structure of the token.

Parameters:

this

The Token.

Returns:

The structure of the token. The structure is still owned by the token, which means that you should not free it and that the pointer becomes invalid when you free the token.

MT safe.