![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
Managing the list of web shares. More...
#include <PublishManager.h>
Public Member Functions | |
cbe::Items | getPublished () const |
Lists publications that are shared with other userids. More... | |
PublishManager (cbe::DefaultCtor) | |
Default constructor. More... | |
operator bool () const | |
Checks if the current instance is real. More... | |
Friends | |
class | CloudBackend |
Managing the list of web shares.
cbe::PublishManager::PublishManager | ( | cbe::DefaultCtor | ) |
Default constructor.
Construct a new object with the DefaultCtor
to enable the operator bool() test
cbe::Items cbe::PublishManager::getPublished | ( | ) | const |
Lists publications that are shared with other userids.
Listing is done independently of where in the actual container/subcontainer tree the items are located.
(Publications are also known as web shares.)
|
explicit |
Checks if the current instance is real.
An "unreal" instance implies typically a failed event.
Relies on the Default
constructor
PublishManager(cbe::DefaultCtor)
true
: is real false
: unreal; got nullptr; if current instance is unbound/undefined. I.e., if it is only default constructed.