Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Entry Class Reference

List of all members.

Public Member Functions

 Entry (const char *path, time_t time, long blocks)
void print (ostream &out)

Public Attributes

string Path
time_t atime
long blocks

Constructor & Destructor Documentation

Entry::Entry const char *  path,
time_t  time,
long  blocks
[inline]
 

Definition at line 74 of file NewsCacheClean.cc.

References atime, and Path.

00075                 : Path(path), atime(time), blocks(blocks) {};


Member Function Documentation

void Entry::print ostream &  out  )  [inline]
 

Definition at line 77 of file NewsCacheClean.cc.

References atime, blocks, and Path.

00077                                   {
00078                 out << Path << " " << atime << " " << blocks << " " << endl;
00079         };


Member Data Documentation

time_t Entry::atime
 

Definition at line 82 of file NewsCacheClean.cc.

Referenced by Entry(), print(), and sort_entries().

long Entry::blocks
 

Definition at line 83 of file NewsCacheClean.cc.

Referenced by print().

string Entry::Path
 

Definition at line 81 of file NewsCacheClean.cc.

Referenced by Entry(), and print().


The documentation for this class was generated from the following file:
Generated on Sun Oct 24 21:08:22 2004 for NewsCache by doxygen 1.3.6-20040222