Ditto 4.7.2
|
Public Member Functions | |
Fields (std::shared_ptr< DittoHandleWrapper > const &ditto_handle_wrapper, Store &&store, SmallPeerInfo &&small_peer_info, std::shared_ptr< Identity > const &identity, bool web_valid, bool x509_valid, TransportConfig &&transport_config, 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 |
bool | web_valid |
We can start WebSocket client transports. | |
bool | x509_valid |
We can start TCP and P2P transports. | |
TransportConfig | transport_config |
ValidityListener | validity_listener |
Presence | presence |
DiskUsage | disk_usage |
TransportSync | transport_sync |
Sync | sync |
bool | activated |
bool | sync_active |
std::string | ditto_dir |