Public Member Functions | |
| Fields (std::shared_ptr< DittoHandleWrapper > const &ditto_handle_wrapper, Store &&store, SmallPeerInfo &&small_peer_info, std::shared_ptr< Identity > const &identity, Presence &&presence, std::string &&ditto_dir, DiskUsage disk_usage) | |
| Fields & | operator= (Fields &&other) noexcept |
| Fields (Fields &&other) noexcept=default | |
Public Attributes | |
| std::shared_ptr< DittoHandleWrapper > | ditto_handle_wrapper |
| Store | store |
| SmallPeerInfo | small_peer_info |
| std::shared_ptr< Identity > | identity |
| std::shared_ptr< Authenticator > | auth |
| std::unique_ptr< AuthenticationStatusHandler > | auth_status_handler |
| Presence | presence |
| DiskUsage | disk_usage |
| Sync | sync |
| std::string | ditto_dir |