|
Ditto 3.0.5
|
Public Member Functions | |
| template<class T > | |
| Register (T value) | |
| Register (const nlohmann::json &info) | |
| template<typename T > | |
| T | get_value () const |
| Get the value of the register in the current view of the document. | |
| nlohmann::json | get_json_value () const |
| DittoCrdtType | get_type () const |
Protected Attributes | |
| nlohmann::json | value |
| T ditto::Register::get_value |
Get the value of the register in the current view of the document.