Logo
~Apps~
~Projects~
~Contact~


file_t Struct Reference

File information from metainfo file. More...

#include <Session.h>

Collaboration diagram for file_t:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 file_t (const std::string &n, int64_t l)

Public Attributes

std::string name
int64_t offset
int64_t length

Detailed Description

File information from metainfo file.

Definition at line 47 of file Session.h.


Constructor & Destructor Documentation

file_t::file_t ( const std::string &  n,
int64_t  l 
) [inline]

Definition at line 48 of file Session.h.

00048 : name(n),offset(0),length(l) {}


Member Data Documentation

std::string file_t::name

Definition at line 49 of file Session.h.

int64_t file_t::offset

Definition at line 50 of file Session.h.

int64_t file_t::length

Definition at line 51 of file Session.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4