glib.token_value

Module for [TokenValue] class

Types 1

A union holding the value of the token.

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