|
OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
|
| Noxy | |
| Ncontainer | |
| CISync | |
| Nsync | This namespace contains synchronization-related functionality for the oxy library |
| Napi | This namespace contains API types and operations for the oxy sync container library |
| Nplugin | This namespace contains plugin API types and operations for the oxy sync container library |
| Cmerge_api | Interface for a merge API that resolves conflicts between data streams |
| Cparam_t | Represents parameters for a merge operation, including a data stream and an optional author signature |
| Cstream_t | Represents a data stream with associated metadata |
| Cclean_fn | Functor for cleaning up resources |
| CISyncContainer | Interface for sync container operations |
| Nservice | This namespace contains service-related functionality for the oxy sync container library |
| Ccontext_t | Represents the context for a sync operation, including the container name and customer identifier |
| CIConnection | Interface for connection operations, including opening pipes and sockets |
| CIPack | Interface for pack operations, including opening connections and managing packs |
| Cssl_context | Represents an SSL context with certificate authority, certificate, and key |
| CsyncIf | Interface for synchronization operations of container |
| Nsettings | This namespace contains configuration settings for the oxy sync container library |
| Cconfig_path_t | Represents the default configuration file path for the application |
| Cexpand_fn | Function object to expand environment variables in settings paths |
| Cget_fn | Function object to retrieve the application settings |
| Cload_fn | Function object to load settings from an INI configuration file |
| Cremove_quote_fn | Function object to remove quotes from a string |
| Csettings_t | Represents the configuration settings for the oxy sync container library. details This structure encapsulates various configuration settings, including folder paths for logs, containers, packs, and plugins, as well as SSL certificate paths, file filters, host, and port information. It provides default values for these settings and can be loaded from an INI file. The settings can be expanded to resolve environment variables in the paths |
| Cmerge_commit_fn | Function object for performing a merge commit operation |