Variable

A variable parsed from profile data.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)

toString() with no allocations (except stack).

type
VariableType type()

Get the variable type.

varFloat
float varFloat()

Get the float value of the variable

varInt
int varInt()

Get the integer value of the variable

varUint
uint varUint()

Get the unsigned integer value of the variable

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

type_
VariableType type_;
Undocumented in source.

Meta