SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::DownloadSuccess Class Reference

Convenience type that bundles all parameters passed to method cbe::delegate::DownloadDelegate::onDownloadSuccess. More...

#include <DownloadSuccess.h>

Collaboration diagram for cbe::delegate::DownloadSuccess:

Public Member Functions

 DownloadSuccess (cbe::DefaultCtor)
 
 DownloadSuccess (cbe::Object &&object, std::string path)
 
 operator bool () const
 Checks if current instance is valid. More...
 

Public Attributes

cbe::Object object {cbe::DefaultCtor{}}
 
std::string path {}
 

Detailed Description

Convenience type that bundles all parameters passed to method cbe::delegate::DownloadDelegate::onDownloadSuccess.

Member Function Documentation

◆ operator bool()

cbe::delegate::DownloadSuccess::operator bool ( ) const
explicit

Checks if current instance is valid.

Returns
true: is valid

The documentation for this class was generated from the following file: