get_value
return RenderValue(context, get_value<T>(address));
return RenderValue(context, get_value<unsigned int>(address));
return RenderValue(context, get_value<unsigned int>(address));
int index = get_value<int>(context.GetValue(context.GetSibling(fSibling)));
return context.FormatSigned(get_value<Type>(address), sizeof(Type));
return context.FormatUnsigned(get_value<Type>(address));
ULONG get_value(char **str);
val = get_value(str);