Represents an entry of FileCache.
More...
Represents an entry of FileCache.
Definition at line 62 of file fileInfoCache.h.
| FileCache::Entry::Entry |
( |
| ) |
|
|
inline |
| FileCache::Entry::Entry |
( |
const Entry & |
orig | ) |
|
| FileCache::Entry::~Entry |
( |
| ) |
|
|
virtual |
Assignment operator.
- Parameters
-
| orig | reference to right hand object. |
- Returns
- a reference to the assignee.
Definition at line 50 of file fileinfoCache.cpp.
| void FileCache::Entry::readLinkOutput |
( |
const deque< string > & |
output | ) |
|
| const deque<string>* FileCache::Entry::readLinkOutput |
( |
| ) |
const |
|
inline |
| void FileCache::Entry::statOutput |
( |
const deque< string > & |
output | ) |
|
| const deque<string>* FileCache::Entry::statOutput |
( |
| ) |
const |
|
inline |
| void FileCache::Entry::timeStamp |
( |
const time_t & |
time | ) |
|
|
inline |
Set the entries time stamp.
- Parameters
-
| time | the time stamp to set. |
Definition at line 76 of file fileInfoCache.h.
| const time_t FileCache::Entry::timeStamp |
( |
| ) |
const |
|
inline |
| deque<string>* FileCache::Entry::m_pReadLinkOutput |
|
private |
| deque<string>* FileCache::Entry::m_pStatOutput |
|
private |
| time_t FileCache::Entry::m_Timestamp |
|
private |
The documentation for this class was generated from the following files: