5 #ifndef INCLUDE_CBE_PUBLISH_MANAGER_H_
6 #define INCLUDE_CBE_PUBLISH_MANAGER_H_
10 #include "cbe/Types.h"
60 explicit operator bool()
const;
63 std::shared_ptr<Impl> pImpl{};
67 CBI::PublishManager& getCbiPeer()
const;
The session that holds the connection with the cloud.
Definition: CloudBackend.h:47
Managing the list of web shares.
Definition: PublishManager.h:21
PublishManager(cbe::DefaultCtor)
Default constructor.
cbe::Items getPublished() const
Lists publications that are shared with other userids.
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
DefaultCtor
Default constructor marker.
Definition: Types.h:204
std::vector< cbe::Item > Items
Collection of items.
Definition: Types.h:401