Chesto 0.9
A declarative and element-based library for creating GUIs on homebrew'd consoles
Public Attributes | List of all members
Chesto::DownloadOperation Struct Reference
Collaboration diagram for Chesto::DownloadOperation:
Collaboration graph
[legend]

Public Attributes

std::string url
 
std::string buffer
 
DownloadStatus status
 
std::function< void(DownloadOperation *)> cb
 
void * cbdata
 

Detailed Description

Definition at line 28 of file DownloadQueue.hpp.

Member Data Documentation

◆ buffer

std::string Chesto::DownloadOperation::buffer

Definition at line 31 of file DownloadQueue.hpp.

◆ cb

std::function<void(DownloadOperation*)> Chesto::DownloadOperation::cb

Definition at line 37 of file DownloadQueue.hpp.

◆ cbdata

void* Chesto::DownloadOperation::cbdata

Definition at line 38 of file DownloadQueue.hpp.

◆ status

DownloadStatus Chesto::DownloadOperation::status

Definition at line 32 of file DownloadQueue.hpp.

◆ url

std::string Chesto::DownloadOperation::url

Definition at line 30 of file DownloadQueue.hpp.


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