glib.token_value

Module for [TokenValue] class

Types 1

A union holding the value of the token.

Fields
GTokenValue _cInstance
Methods
void * _cPtr() nothrow
string vIdentifier() @property nothrowGet `vIdentifier` field. Returns: token identifier value
void vIdentifier(string propval) @property nothrowSet `vIdentifier` field. Params: propval = token identifier value
gulong vBinary() @property nothrowGet `vBinary` field. Returns: token binary integer value
void vBinary(gulong propval) @property nothrowSet `vBinary` field. Params: propval = token binary integer value
gulong vOctal() @property nothrowGet `vOctal` field. Returns: octal integer value
void vOctal(gulong propval) @property nothrowSet `vOctal` field. Params: propval = octal integer value
gulong vInt() @property nothrowGet `vInt` field. Returns: integer value
void vInt(gulong propval) @property nothrowSet `vInt` field. Params: propval = integer value
ulong vInt64() @property nothrowGet `vInt64` field. Returns: 64-bit integer value
void vInt64(ulong propval) @property nothrowSet `vInt64` field. Params: propval = 64-bit integer value
double vFloat() @property nothrowGet `vFloat` field. Returns: floating point value
void vFloat(double propval) @property nothrowSet `vFloat` field. Params: propval = floating point value
gulong vHex() @property nothrowGet `vHex` field. Returns: hex integer value
void vHex(gulong propval) @property nothrowSet `vHex` field. Params: propval = hex integer value
string vString() @property nothrowGet `vString` field. Returns: string value
void vString(string propval) @property nothrowSet `vString` field. Params: propval = string value
string vComment() @property nothrowGet `vComment` field. Returns: comment value
void vComment(string propval) @property nothrowSet `vComment` field. Params: propval = comment value
ubyte vChar() @property nothrowGet `vChar` field. Returns: character value
void vChar(ubyte propval) @property nothrowSet `vChar` field. Params: propval = character value
uint vError() @property nothrowGet `vError` field. Returns: error value
void vError(uint propval) @property nothrowSet `vError` field. Params: propval = error value
Constructors
this(void * ptr, Flag!"Take" take)