Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DirectoryEntry Class Reference

Structure of a directory entry. More...

#include <Directory.h>

List of all members.

Public Attributes

const char * name
int size
int atime
int ctime
int mtime
bool directory


Detailed Description

Structure of a directory entry.

Definition at line 11 of file Directory.h.


Member Data Documentation

int DirectoryEntry::atime
 

Definition at line 15 of file Directory.h.

Referenced by Directory::read().

int DirectoryEntry::ctime
 

Definition at line 16 of file Directory.h.

Referenced by Directory::read().

bool DirectoryEntry::directory
 

Definition at line 18 of file Directory.h.

int DirectoryEntry::mtime
 

Definition at line 17 of file Directory.h.

Referenced by Directory::read().

const char* DirectoryEntry::name
 

Definition at line 13 of file Directory.h.

Referenced by Directory::read().

int DirectoryEntry::size
 

Definition at line 14 of file Directory.h.

Referenced by Directory::read().


The documentation for this class was generated from the following file:
Generated on Mon Oct 7 09:33:34 2002 for Gaia by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001