libaria2cpp 0.2.0
Basic CPP library to connect to an ARIA2 daemon via the RPC interface.
Public Attributes | List of all members
File Struct Reference

Public Attributes

std::string fileName
 
std::string path
 
size_t length
 
size_t completedLength
 

Member Data Documentation

◆ completedLength

size_t File::completedLength

Completed length of the file in bytes.

◆ fileName

std::string File::fileName

The filename.

◆ length

size_t File::length

Total length of the file in bytes.

◆ path

std::string File::path

The path the file is being written into.


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