Definition at line 99 of file trace.cpp.
virtual const TraceEntry* Trace_Dummy::Entries |
( |
| ) |
const |
|
inlinevirtual |
load entries from file.
- Parameters
-
pathname | (native, absolute) |
replaces any existing entries.
Implements ITrace.
Definition at line 115 of file trace.cpp.
virtual void Trace_Dummy::NotifyLoad |
( |
const Path & |
pathname, |
|
|
size_t |
size |
|
) |
| |
|
inlinevirtual |
virtual void Trace_Dummy::NotifyStore |
( |
const Path & |
pathname, |
|
|
size_t |
size |
|
) |
| |
|
inlinevirtual |
virtual size_t Trace_Dummy::NumEntries |
( |
| ) |
const |
|
inlinevirtual |
virtual Status Trace_Dummy::Store |
( |
const OsPath & |
pathname | ) |
const |
|
inlinevirtual |
store all entries into a file.
- Parameters
-
pathname | (native, absolute) |
note: the file format is text-based to allow human inspection and because storing filename strings in a binary format would be a bit awkward.
Implements ITrace.
Definition at line 120 of file trace.cpp.
The documentation for this class was generated from the following file:
- /home/sathyam/0ad.svn/source/lib/file/common/trace.cpp