voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
VarBuffer
voxelman
dbg
plugin
Undocumented in source.
struct
VarBuffer {
this
(double initVal, size_t _maxLen);
void
insert
(double val);
this
();
double
[]
vals
;
size_t
next
;
size_t
length
;
size_t
maxLen
;
}
Constructors
this
this
(double initVal, size_t _maxLen)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
insert
void
insert
(double val)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
length
size_t
length
;
Undocumented in source.
maxLen
size_t
maxLen
;
Undocumented in source.
next
size_t
next
;
Undocumented in source.
vals
double
[]
vals
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
dbg
plugin
aliases
DebugGuiHandler
classes
DebugClient
DebugServer
Debugger
functions
get_val
manifest constants
DEBUG_ORDER
FPS_ORDER
INFO_ORDER
SETTINGS_ORDER
structs
DebugGuiHandlerItem
TelemetryPacket
VarBuffer