Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

_CxDirectory Struct Reference

A representation of a directory on the filesystem or in an archive. More...

#include <directory.h>


Data Fields

CxArchivearchive
 The parent archive.

CxDirectoryparentDir
 The parent directory.

char * name
 The path name of this directory.

CxFilefiles
 The first file in this directory.

CxFilelastFile
 The last file in this directory.

unsigned int fileCount
 The number of files in this directory.

CxDirectorysubdirs
 The first directory in this directory.

CxDirectorylastSubDir
 The last directory in this directory.

unsigned int subdirCount
 The number of directories in this directory.

unsigned int refCount
 The reference count.

CxDirectoryprev
 The previous directory in a list.

CxDirectorynext
 The next directory in a list.


Detailed Description

A representation of a directory on the filesystem or in an archive.


Field Documentation

CxArchive* _CxDirectory::archive
 

The parent archive.

unsigned int _CxDirectory::fileCount
 

The number of files in this directory.

CxFile* _CxDirectory::files
 

The first file in this directory.

CxFile* _CxDirectory::lastFile
 

The last file in this directory.

CxDirectory* _CxDirectory::lastSubDir
 

The last directory in this directory.

char* _CxDirectory::name
 

The path name of this directory.

CxDirectory* _CxDirectory::next
 

The next directory in a list.

CxDirectory* _CxDirectory::parentDir
 

The parent directory.

CxDirectory* _CxDirectory::prev
 

The previous directory in a list.

unsigned int _CxDirectory::refCount
 

The reference count.

unsigned int _CxDirectory::subdirCount
 

The number of directories in this directory.

CxDirectory* _CxDirectory::subdirs
 

The first directory in this directory.


The documentation for this struct was generated from the following file:
Generated on Wed May 29 12:20:35 2002 for libcomprex by doxygen1.2.15-20020430