Value#

Fully qualified name: carb::stats::Value

Defined in examples/example.stats/include/carb/stats/IStats.h

struct Value#

A container for a single statistic value.

Public Members

StatType type#

The type of value represented here.

int64_t intValue = 0#

An integer value.

double doubleValue = 0.0#

A floating point value.