Audacity 3.2.0
Classes | Namespaces | Typedefs
RemoteProjectSnapshot.h File Reference
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <future>
#include <functional>
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <unordered_set>
#include "CloudSyncDTO.h"
#include "NetworkUtils.h"
Include dependency graph for RemoteProjectSnapshot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  audacity::cloud::audiocom::sync::RemoteProjectSnapshotState
 
class  audacity::cloud::audiocom::sync::RemoteProjectSnapshot
 
struct  audacity::cloud::audiocom::sync::RemoteProjectSnapshot::Tag
 

Namespaces

namespace  audacity
 
namespace  audacity::network_manager
 
namespace  audacity::cloud
 
namespace  audacity::cloud::audiocom
 
namespace  audacity::cloud::audiocom::sync
 

Typedefs

using audacity::network_manager::ResponsePtr = std::shared_ptr< IResponse >
 
using audacity::cloud::audiocom::sync::RemoteProjectSnapshotStateCallback = std::function< void(RemoteProjectSnapshotState)>