►Cditto::AbstractDocumentPath | Provides an interface to specify a path to a key in a document that you can then call various update functions on |
Cditto::DocumentPath | Provides an interface to specify a path to a key in a document that you can then call a function on to get the value at the specified key as a specific type |
Cditto::MutableDocumentPath | Provides an interface to specify a path to a key in a document that you can then call various update functions on |
Cdetail::actual_object_comparator< BasicJsonType > | |
Cadl_serializer< ValueType, typename > | Namespace for Niels Lohmann |
Cditto::any | Polyfill of std::any for C++11 |
Cditto::Arc< T > | |
Cditto::Arc< ditto::LiveQueryCtx > | |
Cditto::Arc< ditto::LoginProviderCtx > | |
Cditto::Arc< ditto::ValidityListenerCtx > | |
Cditto::LiveQuery::ArcCtx | |
Cditto::LoginProvider::ArcCtx | |
Cditto::ValidityListener::ArcCtx | |
Cditto::ArcPointee< T > | |
Cditto::ArcPointee< ditto::LiveQueryCtx > | |
Cditto::ArcPointee< ditto::LoginProviderCtx > | |
Cditto::ArcPointee< ditto::ValidityListenerCtx > | |
Cditto::Attachment | Represents an attachment and can be used to insert the associated attachment into a document at a specific key |
Cditto::AttachmentFetcherEventHandler | A thin wrapper around a function that will get called when there are updates relating to an attempt to fetch an attachment |
►Cditto::AttachmentFetchEvent | The different types of attachment fetch events that can be delivered |
Cditto::AttachmentFetchEventCompleted | An attachment fetch event used when the attachment's download has completed |
Cditto::AttachmentFetchEventDeleted | An attachment fetch event used when the attachment is deleted |
Cditto::AttachmentFetchEventProgress | An attachment fetch event used when the attachment's download has progressed but is not yet complete |
Cditto::AttachmentToken | Serves as a token for a specific attachment that you can pass to a call to Store::fetch_attachment |
Cditto::AuthenticationCallback | Provides feedback to the developer about Ditto authentication status |
Cditto::AuthenticationStatus | Provides info about the authentication status |
Cditto::AwdlConfig | Part of the PeerToPeer config that relates to AWDL connections |
►CB | |
Cdetail::conjunction< B > | |
Cdetail::binary_reader< BasicJsonType, InputAdapterType, SAX > | Deserialization of CBOR, MessagePack, and UBJSON values |
Cdetail::binary_writer< BasicJsonType, CharType > | Serialization to CBOR and MessagePack values |
►CBinaryType | |
Cbyte_container_with_subtype< BinaryType > | Internal type for a backed binary type |
Cditto::BluetoothLeConfig | Part of the PeerToPeer config that relates to Bluetooth LE connections |
►Cbool_constant | |
Cdetail::is_c_string< T > | |
Cdetail::is_transparent< T > | |
Cdetail::dtoa_impl::boundaries | |
Cdetail::dtoa_impl::cached_power | |
►Cstd::char_traits | |
Cdetail::char_traits< char_type > | |
Cdetail::char_traits< T > | |
Cdetail::char_traits< signed char > | |
Cdetail::char_traits< unsigned char > | |
Cditto::Collection | A reference to a collection in a Store |
Cditto::CollectionsEvent | Provides information about the changes that have occurred in relation to an event delivered when observing the collections in a Store |
Cditto::CollectionsEventHandler | |
Cditto::CollectionsEventWithNextSignalHandler | |
Cditto::Connect | Part of the TransportConfig that relates to outgoing connections |
Cditto::Connection | Represents a connection between two peers in a Ditto mesh network |
Cditto::ConnectionRequest | Contains information about a remote peer that has requested a connection |
Cdetail::container_input_adapter_factory_impl::container_input_adapter_factory< ContainerType, Enable > | |
Cdetail::container_input_adapter_factory_impl::container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> > | |
►Cditto::Counter | |
Cditto::MutableCounter | |
Cdetail::detector< Default, AlwaysVoid, Op, Args > | |
Cdetail::detector< Default, void_t< Op< Args... > >, Op, Args... > | |
Cditto::DiskObserverContext | |
Cditto::DiskUsage | Provides an interface to be able to monitor local files |
Cditto::DiskUsageChild | |
Cditto::Ditto | The entrypoint to the Ditto SDK |
Cditto::DittoAddress | Information used to identify a peer |
Cdetail::dtoa_impl::diyfp | |
Cditto::Document | A document belonging to a Collection with an inner value and an identifier (DocumentId ) |
Cditto::DocumentId | An identifier for a Document |
Cditto::DocumentIdPath | Provides an interface to specify a path to a key in a document ID that you can then call a function on to get the value at the specified key as a specific type |
►Cstd::enable_shared_from_this | |
Cditto::AttachmentFetcher | These objects are returned by calls to Store::fetch_attachment |
Cditto::AuthenticationStatusObserver | |
Cditto::Authenticator | Provides access to authentication information and methods for logging on to Ditto Cloud. Relevant when using an OnlineWithAuthentication or an Online identity |
Cditto::StoreObserver | |
Cditto::SyncSubscription | A sync subscription configures Ditto to receive updates from remote peers about documents matching the subscription's query |
►Cstd::exception | |
►Cdetail::exception | General exception of the basic_json class |
Cdetail::invalid_iterator | Exception indicating errors with iterators |
Cdetail::other_error | Exception indicating other library errors |
Cdetail::out_of_range | Exception indicating access out of the defined range |
Cdetail::parse_error | Exception indicating a parse error |
Cdetail::type_error | Exception indicating executing a member function with a wrong type |
►Cditto::DittoError | All errors that are thrown by the Ditto SDK are wrapped as a DittoError |
Cditto::IOAlreadyExistsError | |
Cditto::IONotFoundError | |
Cditto::IOOperationFailedError | |
Cditto::IOPermissionDeniedError | |
Cdetail::utility_internal::Extend< Seq, SeqSize, Rem > | |
Cdetail::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 0 > | |
Cdetail::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 > | |
Cdetail::external_constructor< value_t > | |
Cdetail::external_constructor< value_t::array > | |
Cdetail::external_constructor< value_t::binary > | |
Cdetail::external_constructor< value_t::boolean > | |
Cdetail::external_constructor< value_t::number_float > | |
Cdetail::external_constructor< value_t::number_integer > | |
Cdetail::external_constructor< value_t::number_unsigned > | |
Cdetail::external_constructor< value_t::object > | |
Cdetail::external_constructor< value_t::string > | |
►Cstd::false_type | |
Cdetail::has_from_json< BasicJsonType, T, typename > | |
Cdetail::has_non_default_from_json< BasicJsonType, T, typename > | |
Cdetail::has_to_json< BasicJsonType, T, typename > | |
Cdetail::is_basic_json< typename > | |
Cdetail::is_comparable< Compare, A, B, typename > | |
►Cdetail::is_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, typename > | |
Cdetail::is_compatible_array_type< BasicJsonType, CompatibleArrayType > | |
►Cdetail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, typename > | |
Cdetail::is_compatible_integer_type< RealIntegerType, CompatibleNumberIntegerType > | |
►Cdetail::is_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, typename > | |
Cdetail::is_compatible_object_type< BasicJsonType, CompatibleObjectType > | |
►Cdetail::is_compatible_type_impl< BasicJsonType, CompatibleType, typename > | |
Cdetail::is_compatible_type< BasicJsonType, CompatibleType > | |
Cdetail::is_complete_type< T, typename > | |
►Cdetail::is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, typename > | |
Cdetail::is_constructible_array_type< BasicJsonType, ConstructibleArrayType > | |
►Cdetail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, typename > | |
Cdetail::is_constructible_object_type< BasicJsonType, ConstructibleObjectType > | |
Cdetail::is_constructible_tuple< T1, T2 > | |
Cdetail::is_iterator_traits< T, typename > | |
Cdetail::is_json_iterator_of< BasicJsonType, T > | |
Cdetail::is_json_ref< typename > | |
Cdetail::is_specialization_of< Primary, T > | |
Cditto::Ditto::Fields | |
Cdetail::file_input_adapter | |
Cditto::fntypeof< typename > | |
Cditto::fntypeof< Ret(A0, A1)> | |
Cdetail::from_json_fn | |
Cdetail::utility_internal::Gen< T, N > | |
Cdetail::utility_internal::Gen< T, 0 > | |
Cditto::Global | |
Cdetail::has_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > | |
Cdetail::has_non_default_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > | |
Cdetail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > | |
Cditto::HttpListenConfig | Part of the Listen config that relates to incoming HTTP connections |
►Cditto::Identity | The various identity configurations that you can use when initializing a Ditto instance |
Cditto::ManualIdentity | A manually-provided certificate identity. This accepts a base64-encoded bundle |
Cditto::OfflinePlaygroundIdentity | Develop peer-to-peer apps with no cloud connection. This mode offers no security and must only be used for development. In this mode, any string can be used as the ID of the app |
Cditto::OnlinePlaygroundIdentity | Test a Ditto Cloud app with weak shared token authentication ("Playground mode"). This is not secure and must only be used for development |
Cditto::OnlineWithAuthenticationIdentity | Run Ditto in secure production mode, logging on to Ditto Cloud or on on-premises authentication server. User permissions are centrally managed. Sync will not work until a successful login has occurred |
Cditto::SharedKeyIdentity | A mode where any device is trusted provided they know the secret key. This is a simplistic authentication model normally only suitable for private apps where users and devices are both trusted. In this mode, any string may be used as the app id |
Cdetail::identity_tag< T > | |
Cdetail::input_stream_adapter | |
Cdetail::integer_sequence< T, Ints > | |
►Cstd::integral_constant | |
Cdetail::has_key_compare< T > | |
Cdetail::is_basic_json_context< BasicJsonContext > | |
Cdetail::negation< B > | |
Cdetail::internal_iterator< BasicJsonType > | Iterator value |
Cdetail::internal_iterator< typename std::remove_const< BasicJsonType >::type > | |
Cdetail::is_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, enable_if_t< is_detected< iterator_t, CompatibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, CompatibleArrayType > > >::value &&!std::is_same< CompatibleArrayType, detected_t< range_value_t, CompatibleArrayType > >::value > > | |
Cdetail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value &&std::is_integral< CompatibleNumberIntegerType >::value &&!std::is_same< bool, CompatibleNumberIntegerType >::value > > | |
Cdetail::is_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, enable_if_t< is_detected< mapped_type_t, CompatibleObjectType >::value &&is_detected< key_type_t, CompatibleObjectType >::value > > | |
Cdetail::is_compatible_string_type< BasicJsonType, CompatibleStringType > | |
Cdetail::is_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > > | |
►Cstd::is_constructible | |
Cdetail::is_constructible< T, Args > | |
Cdetail::is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< !std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value &&!is_compatible_string_type< BasicJsonType, ConstructibleArrayType >::value &&is_default_constructible< ConstructibleArrayType >::value &&(std::is_move_assignable< ConstructibleArrayType >::value||std::is_copy_assignable< ConstructibleArrayType >::value)&&is_detected< iterator_t, ConstructibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, ConstructibleArrayType > > >::value &&is_detected< range_value_t, ConstructibleArrayType >::value &&!std::is_same< ConstructibleArrayType, detected_t< range_value_t, ConstructibleArrayType > >::value &&is_complete_type< detected_t< range_value_t, ConstructibleArrayType > >::value > > | |
Cdetail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > > | |
Cdetail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > | |
►Cstd::is_default_constructible | |
Cdetail::is_default_constructible< T > | |
►Cis_detected | |
Cdetail::is_detected_lazy< Op, Args > | |
Cdetail::is_getable< BasicJsonType, T > | |
Cdetail::is_iterator_of_multibyte< T > | |
Cdetail::is_iterator_traits< iterator_traits< T > > | |
Cdetail::is_ordered_map< T > | |
Cdetail::is_range< T > | |
Cdetail::is_sax< SAX, BasicJsonType > | |
Cdetail::is_sax_static_asserts< SAX, BasicJsonType > | |
Cdetail::iter_impl< BasicJsonType > | Template for a bidirectional iterator for the basic_json class This class implements a both iterators (iterator and const_iterator) for the basic_json class |
Cdetail::iteration_proxy< IteratorType > | Proxy class for the items() function |
Cdetail::iteration_proxy_value< IteratorType > | |
Cdetail::iterator_input_adapter< IteratorType > | |
Cdetail::iterator_input_adapter_factory< IteratorType, Enable > | |
Cdetail::iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > > | |
Cdetail::iterator_traits< T, typename > | |
Cdetail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > > | |
Cdetail::iterator_types< It, typename > | |
Cdetail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > > | |
►Cdetail::iterator_types< T > | |
Cdetail::iterator_traits< T, enable_if_t< !std::is_pointer< T >::value > > | |
►Cnlohmann::detail::json_base_class | |
Cbasic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > | Namespace for Niels Lohmann |
Cdetail::json_default_base | Default base class of the basic_json class |
Cjson_pointer< RefStringType > | JSON Pointer defines a string syntax for identifying a specific value within a JSON document |
Cdetail::json_ref< BasicJsonType > | |
Cjson_sax< BasicJsonType > | SAX interface |
Cdetail::json_sax_acceptor< BasicJsonType > | |
Cdetail::json_sax_dom_callback_parser< BasicJsonType > | |
Cdetail::json_sax_dom_parser< BasicJsonType > | SAX implementation to create a JSON value from SAX events |
Cditto::LanConfig | Part of the PeerToPeer config that relates to LAN connections |
►Cdetail::lexer_base< BasicJsonType > | |
Cdetail::lexer< BasicJsonType, InputAdapterType > | Lexical analysis |
Cditto::Listen | Part of the TransportConfig that relates to incoming connections |
Cditto::LiveQueryCtx | |
Cditto::LiveQueryEvent | The events that you receive when dealing with live queries |
Cditto::LiveQueryEventHandler | A thin wrapper around a function that will get called when there are updates relating to a live query |
Cditto::LiveQueryMove | Describes the index in a list of documents that a document was previously found at (from ) and the index that it can now be found at (to ) |
Cditto::LiveQueryWithNextSignalEventHandler | A thin wrapper around a function that will get called when there are updates relating to a live query that has an associated function to call when the next event is ready to be delivered |
Cditto::Log | Main singleton (global instance) to tweak the behavior of Ditto's logging infrastructure |
Cditto::LoginProviderCtx | |
Cdetail::make_void< Ts > | |
Cditto::MutableDocument | This is used as part of update operations for documents |
Cdetail::nonesuch | |
►Cditto::Observer | An observation token returned by any observation API in the Ditto SDK. Retain this object to continue receiving updates |
Cditto::AttachmentFetcher | These objects are returned by calls to Store::fetch_attachment |
Cditto::AuthenticationStatusObserver | |
Cditto::LiveQuery | The type that is returned when calling observe_local . It handles the logic for calling the event handler that is provided to the observe_local call |
Cditto::StoreObserver | |
Cditto::Subscription | While Subscription objects remain in scope they ensure that documents in the collection specified, and that match the query provided, will try to be kept up-to-date with the latest changes from remote peers |
Cditto::SyncSubscription | A sync subscription configures Ditto to receive updates from remote peers about documents matching the subscription's query |
Cditto::OnConnectingWrapper | |
Cditto::OrderBy | |
Cdetail::output_adapter< CharType, StringType > | |
►Cdetail::output_adapter_protocol< CharType > | Abstract output adapter interface |
Cdetail::output_stream_adapter< CharType > | Output adapter for output streams |
Cdetail::output_string_adapter< CharType, StringType > | Output adapter for basic_string |
Cdetail::output_vector_adapter< CharType, AllocatorType > | Output adapter for byte vectors |
Cdetail::parser< BasicJsonType, InputAdapterType > | Syntax analysis |
Cditto::Peer | Represent a known peer in the Ditto network |
Cditto::PeerToPeer | Part of the TransportConfig that relates to peer-to-peer connections |
Cditto::PendingCollectionsOperation | These objects are returned when calling collections() on Store objects |
Cditto::PendingCursorOperation | These objects are returned when using find -like functionality on Collection objects |
Cditto::PendingIDSpecificOperation | These objects are returned when using Collection::find_by_id functionality |
Cdetail::position_t | Struct to capture the start position of the current token |
Cditto::Presence | |
Cditto::PresenceGraph | Represents the Ditto mesh network of peers and their connections between each other. The localPeer is the entry point, all others are remote peers known by the local peer (either directly or via other remote peers) |
Cditto::PresenceInternal | Privacy hack |
Cdetail::primitive_iterator_t | |
Cdetail::priority_tag< N > | |
Cdetail::priority_tag< 0 > | |
Cditto::QueryResult | Represents the returned results when executing a DQL query, containing a QueryResultItem for each match |
Cditto::QueryResultItem | Represents a single match of a DQL query, similar to a "row" in SQL terms. It is a reference type serving as a "cursor", allowing for efficient access of the underlying data in various formats |
►Cditto::Register | |
Cditto::MutableRegister | |
►Cstd::reverse_iterator | |
Cdetail::json_reverse_iterator< Base > | Template for a reverse iterator class |
Cditto::ScopedWriteTransaction | ScopedWriteTransaction exposes functionality that allows you to perform multiple operations on the store within a single write transaction |
Cdetail::serializer< BasicJsonType > | |
Cditto::SingleDocumentLiveQueryEvent | Provides information about a live query event relating to a single document live query |
Cditto::SingleDocumentLiveQueryEventHandler | A thin wrapper around a function that will get called when there are updates relating to a live query associated with a single document |
Cditto::SingleDocumentLiveQueryWithNextSignalEventHandler | A thin wrapper around a function that will get called when there are updates relating to a live query associated with a single document that has an associated function to call when the next event is ready to be delivered |
Cditto::SmallPeerInfo | The entrypoint for small peer user info collection |
Cdetail::span_input_adapter | |
Cdetail::static_const< T > | |
Cditto::Store | Provides access to Collection s and a write transaction API |
Cditto::Sync | |
Cditto::TcpListenConfig | Part of the Listen config that relates to incoming TCP connections |
Cdetail::to_json_fn | |
Cditto::TransportConfig | A configuration object specifying which network transports Ditto should use to sync data |
►Cstd::true_type | |
►Cdetail::conjunction< is_constructible< T1, Args >... > | |
Cdetail::is_constructible_tuple< T1, std::tuple< Args... > > | |
►Cdetail::conjunction< is_default_constructible< T1 >, is_default_constructible< T2 > > | |
►Cdetail::is_default_constructible< const std::pair< T1, T2 > > | |
Cdetail::is_constructible< const std::pair< T1, T2 > > | |
►Cdetail::is_default_constructible< std::pair< T1, T2 > > | |
Cdetail::is_constructible< std::pair< T1, T2 > > | |
►Cdetail::conjunction< is_default_constructible< Ts >... > | |
►Cdetail::is_default_constructible< const std::tuple< Ts... > > | |
Cdetail::is_constructible< const std::tuple< Ts... > > | |
►Cdetail::is_default_constructible< std::tuple< Ts... > > | |
Cdetail::is_constructible< std::tuple< Ts... > > | |
Cdetail::conjunction<... > | |
Cdetail::is_basic_json< NLOHMANN_BASIC_JSON_TPL > | |
Cdetail::is_comparable< Compare, A, B, void_t< decltype(std::declval< Compare >()(std::declval< A >(), std::declval< B >())), decltype(std::declval< Compare >()(std::declval< B >(), std::declval< A >()))> > | |
Cdetail::is_complete_type< T, decltype(void(sizeof(T)))> | |
Cdetail::is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value > > | |
Cdetail::is_json_iterator_of< BasicJsonType, typename BasicJsonType::const_iterator > | |
Cdetail::is_json_iterator_of< BasicJsonType, typename BasicJsonType::iterator > | |
Cdetail::is_json_ref< json_ref< T > > | |
Cdetail::is_specialization_of< Primary, Primary< Args... > > | |
Cdetail::is_ordered_map< T >::two | |
►Cstd::conditional::type | |
Cdetail::conjunction< B, Bn... > | |
►Cditto::UpdateResult | Provides information about a successful update operation on a document |
Cditto::UpdateResultIncremented | An update result when the update result's type is UpdateResultType::Incremented |
Cditto::UpdateResultRemoved | An update result when the update result's type is UpdateResultType::Removed |
Cditto::UpdateResultSet | An update result when the update result's type is UpdateResultType::Set |
Cditto::ValidityListenerCtx | |
Cdetail::value_in_range_of_impl1< OfType, T, NeverOutOfRange, typename > | |
Cdetail::value_in_range_of_impl1< OfType, T, false > | |
Cdetail::value_in_range_of_impl1< OfType, T, true > | |
Cdetail::value_in_range_of_impl2< OfType, T, OfTypeSigned, TSigned > | |
Cdetail::value_in_range_of_impl2< OfType, T, false, false > | |
Cdetail::value_in_range_of_impl2< OfType, T, false, true > | |
Cdetail::value_in_range_of_impl2< OfType, T, true, false > | |
Cdetail::value_in_range_of_impl2< OfType, T, true, true > | |
►Cstd::vector< std::pair< const Key, T >, std::allocator< std::pair< const Key, T > > > | |
Cordered_map< Key, T, IgnoredLess, Allocator > | Minimal map-like container that preserves insertion order |
Cdetail::wide_string_input_adapter< BaseInputAdapter, WideCharType > | |
Cdetail::wide_string_input_helper< BaseInputAdapter, T > | |
Cdetail::wide_string_input_helper< BaseInputAdapter, 2 > | |
Cdetail::wide_string_input_helper< BaseInputAdapter, 4 > | |
Cditto::WiFiAwareConfig | Part of the PeerToPeer transport config that applies to WiFi Aware connections |
Cditto::WriteTransaction | WriteTransaction exposes functionality that allows you to perform multiple operations on the store within a single write transaction |
Cditto::WriteTransactionPendingCursorOperation | These objects are returned when using find -like functionality on ScopedWriteTransaction s. You can use them to perform updates on a document and remove or evict a document |
Cditto::WriteTransactionPendingIDSpecificOperation | These objects are returned when ScopedWriteTransaction::find_by_id is called |
►Cditto::WriteTransactionResult | Provides information about the result of an operation on a document that was part of a write transaction |
Cditto::WriteTransactionResultEvicted | Represents the write transaction result that will be the value of a WriteTransactionResult when its type is WriteTransactionResultType::Evicted |
Cditto::WriteTransactionResultInserted | Represents the write transaction result that will be the value of a WriteTransactionResult when its type is WriteTransactionResultType::Inserted |
Cditto::WriteTransactionResultRemoved | Represents the write transaction result that will be the value of a WriteTransactionResult when its type is WriteTransactionResultType::Removed |
Cditto::WriteTransactionResultUpdated | Represents the write transaction result that will be the value of a WriteTransactionResult when its type is WriteTransactionResultType::Updated |