2#ifndef _DITTO_MUTABLE_COUNTER_
3#define _DITTO_MUTABLE_COUNTER_
5#include "MutableDocumentPath.hpp"
Definition MutableCounter.hpp:10
void increment(double amount)
increment the value of the counter by the given amount
Definition MutableCounter.cpp:11
Provides an interface to specify a path to a key in a document that you can then call various update ...
Definition MutableDocumentPath.hpp:31