symmetry-statsd-api ~master (2022-04-04T09:26:02.1924179)
Dub
Repo
Set
kaleidc
api
dstatsd
struct
Set {
const
string
name
;
const
long
value
;
this
(string name, long value);
void
toString
(Buf buf, string prefix);
}
Constructors
this
this
(string name, long value)
Undocumented in source.
Members
Functions
toString
void
toString
(Buf buf, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
name
string
name
;
Undocumented in source.
value
long
value
;
Undocumented in source.
Meta
Source
See Implementation
kaleidc
api
dstatsd
classes
StatsD
functions
main
structs
Counter
Gauge
Histogram
Meter
ScopeTimer
Set
Timer