Furrent
Public Member Functions | Public Attributes | List of all members
fur::File Struct Reference

Describes a file inside a torrent. More...

#include <torrent.hpp>

Public Member Functions

std::string filename () const
 

Public Attributes

std::vector< std::string > filepath
 
int64_t length
 Number of bytes in the file. More...
 

Detailed Description

Describes a file inside a torrent.

Member Function Documentation

◆ filename()

std::string fur::File::filename ( ) const
Returns
filename in string form without base

Member Data Documentation

◆ filepath

std::vector<std::string> fur::File::filepath

Name of the file relative to the download folder, contains all subfolders

◆ length

int64_t fur::File::length

Number of bytes in the file.


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