10 friend class AbstractDocumentPath;
11 friend class MutableCounter;
21 DittoCrdtType get_type()
const;
24 explicit Counter(
const nlohmann::json &info);
28void to_json(nlohmann::json &j,
const Counter &a);
double get_value() const
Get the value of the counter in the current view of the document.
Definition Counter.cpp:13