Logo
~Apps~
~Projects~
~Contact~


FileManager::FIL Struct Reference

File handle + information for one file in metainfo block. More...

#include <FileManager.h>

Collaboration diagram for FileManager::FIL:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FIL (int64_t l, const std::string &p)

Public Attributes

int64_t length
std::string path
FILE * fil

Detailed Description

File handle + information for one file in metainfo block.

Definition at line 46 of file FileManager.h.


Constructor & Destructor Documentation

FileManager::FIL::FIL ( int64_t  l,
const std::string &  p 
) [inline]

Definition at line 47 of file FileManager.h.

00047 : length(l),path(p),fil(NULL) {}


Member Data Documentation

Definition at line 48 of file FileManager.h.

Definition at line 49 of file FileManager.h.

Definition at line 50 of file FileManager.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