marble
Marble::OpenCachingCacheLog Class Reference
#include <OpenCachingCacheLog.h>
Public Member Functions | |
OpenCachingCacheLog () | |
void | addLogEntry (const OpenCachingCacheLogEntry &logEntry) |
unsigned long long | cacheId () const |
void | clear () |
int | currentIndex () const |
OpenCachingCacheLogEntry & | operator[] (int index) |
void | removeLogEntry (int index) |
void | setCacheId (unsigned long long cacheId) |
int | size () const |
Detailed Description
All log entries for a cache.
Definition at line 24 of file OpenCachingCacheLog.h.
Constructor & Destructor Documentation
Marble::OpenCachingCacheLog::OpenCachingCacheLog | ( | ) |
Definition at line 16 of file OpenCachingCacheLog.cpp.
Member Function Documentation
void Marble::OpenCachingCacheLog::addLogEntry | ( | const OpenCachingCacheLogEntry & | logEntry | ) |
Definition at line 36 of file OpenCachingCacheLog.cpp.
unsigned long long Marble::OpenCachingCacheLog::cacheId | ( | ) | const |
Definition at line 31 of file OpenCachingCacheLog.cpp.
void Marble::OpenCachingCacheLog::clear | ( | ) |
Definition at line 51 of file OpenCachingCacheLog.cpp.
int Marble::OpenCachingCacheLog::currentIndex | ( | ) | const |
OpenCachingCacheLogEntry & Marble::OpenCachingCacheLog::operator[] | ( | int | index | ) |
Definition at line 21 of file OpenCachingCacheLog.cpp.
void Marble::OpenCachingCacheLog::removeLogEntry | ( | int | index | ) |
Definition at line 41 of file OpenCachingCacheLog.cpp.
void Marble::OpenCachingCacheLog::setCacheId | ( | unsigned long long | cacheId | ) |
Definition at line 26 of file OpenCachingCacheLog.cpp.
int Marble::OpenCachingCacheLog::size | ( | ) | const |
Definition at line 46 of file OpenCachingCacheLog.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.