FileInfo Struct Reference
[Classes for managing events]

#include <treewalk.h>

Collaboration diagram for FileInfo:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 24 of file treewalk.h.


Public Member Functions

 FileInfo ()
 FileInfo (const cmn_Path &a_dirPath, const string &a_name, ivd_FileSize_t a_size, ivd_FileID_t a_fileID, ivd_FileID_t a_ownerID)
 FileInfo (const FileInfo &a_from)

Public Attributes

cmn_Path m_dirPath
string m_name
ivd_FileSize_t m_size
ivd_FileID_t m_fileID
ivd_FileID_t m_ownerID

Constructor & Destructor Documentation

FileInfo::FileInfo (  )  [inline]

Definition at line 25 of file treewalk.h.

00025 {};

FileInfo::FileInfo ( const cmn_Path a_dirPath,
const string &  a_name,
ivd_FileSize_t  a_size,
ivd_FileID_t  a_fileID,
ivd_FileID_t  a_ownerID 
) [inline]

Definition at line 27 of file treewalk.h.

00033         :
00034         m_dirPath(a_dirPath),
00035         m_name(a_name),
00036         m_size(a_size),
00037         m_fileID(a_fileID),
00038         m_ownerID(a_ownerID) 
00039     {
00040         // Empty
00041     }
    

FileInfo::FileInfo ( const FileInfo a_from  )  [inline]

Definition at line 43 of file treewalk.h.

References m_dirPath, m_fileID, m_name, m_ownerID, and m_size.

00043                                      {
00044         if (&a_from == this) {
00045             return;
00046         }
00047         m_dirPath     = a_from.m_dirPath;
00048         m_name        = a_from.m_name;
00049         m_size        = a_from.m_size;
00050         m_fileID      = a_from.m_fileID;
00051         m_ownerID     = a_from.m_ownerID;
00052     }


Member Data Documentation

Definition at line 54 of file treewalk.h.

Referenced by FileInfoCache::AddFile(), FileInfoCache::CheckFiles(), and FileInfo().

Definition at line 55 of file treewalk.h.

Referenced by FileInfoCache::AddFile(), FileInfoCache::CheckFiles(), and FileInfo().

Definition at line 56 of file treewalk.h.

Referenced by FileInfo().

Definition at line 57 of file treewalk.h.

Referenced by FileInfoCache::AddFile(), FileInfoCache::CheckFiles(), and FileInfo().

Definition at line 58 of file treewalk.h.

Referenced by FileInfoCache::AddFile(), and FileInfo().


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

Generated on Mon Feb 27 19:14:03 2012 for OPENARCHIVE by  doxygen 1.5.6