|
MythTV
0.26-pre
|
#include <dsmcccache.h>
Public Member Functions | |
| DSMCCCacheReference () | |
| DSMCCCacheReference (unsigned long car, unsigned short m, unsigned short s, const DSMCCCacheKey &k) | |
| DSMCCCacheReference (const DSMCCCacheReference &r) | |
| bool | Equal (const DSMCCCacheReference &r) const |
| bool | Equal (const DSMCCCacheReference *p) const |
| QString | toString (void) const |
Public Attributes | |
| unsigned long | m_nCarouselId |
| unsigned short | m_nModuleId |
| unsigned short | m_nStreamTag |
| DSMCCCacheKey | m_Key |
Friends | |
| bool | operator< (const DSMCCCacheReference &, const DSMCCCacheReference &) |
Definition at line 30 of file dsmcccache.h.
| DSMCCCacheReference::DSMCCCacheReference | ( | ) | [inline] |
Definition at line 33 of file dsmcccache.h.
| DSMCCCacheReference::DSMCCCacheReference | ( | unsigned long | car, |
| unsigned short | m, | ||
| unsigned short | s, | ||
| const DSMCCCacheKey & | k | ||
| ) | [inline] |
Definition at line 37 of file dsmcccache.h.
| DSMCCCacheReference::DSMCCCacheReference | ( | const DSMCCCacheReference & | r | ) | [inline] |
Definition at line 42 of file dsmcccache.h.
| bool DSMCCCacheReference::Equal | ( | const DSMCCCacheReference & | r | ) | const |
Definition at line 90 of file dsmcccache.cpp.
Referenced by Equal(), and DSMCCCache::SetGateway().
| bool DSMCCCacheReference::Equal | ( | const DSMCCCacheReference * | p | ) | const |
Definition at line 96 of file dsmcccache.cpp.
| QString DSMCCCacheReference::toString | ( | void | ) | const |
Definition at line 103 of file dsmcccache.cpp.
Referenced by DSMCCCache::AddDirInfo(), DSMCCCache::AddFileInfo(), DSMCCCache::CacheFileData(), DSMCCCache::Directory(), DSMCCCache::SetGateway(), and DSMCCCache::Srg().
| bool operator< | ( | const DSMCCCacheReference & | ref1, |
| const DSMCCCacheReference & | ref2 | ||
| ) | [friend] |
Definition at line 111 of file dsmcccache.cpp.
| unsigned long DSMCCCacheReference::m_nCarouselId |
Definition at line 52 of file dsmcccache.h.
Referenced by BiopIor::AddTap(), Equal(), operator<(), BiopObjLocation::Process(), Dsmcc::ProcessDownloadServerInitiate(), and toString().
| unsigned short DSMCCCacheReference::m_nModuleId |
Definition at line 53 of file dsmcccache.h.
Referenced by Equal(), operator<(), BiopObjLocation::Process(), Dsmcc::ProcessDownloadServerInitiate(), and toString().
| unsigned short DSMCCCacheReference::m_nStreamTag |
Definition at line 54 of file dsmcccache.h.
Referenced by BiopIor::AddTap(), Equal(), operator<(), ProfileBodyFull::Process(), and toString().
Definition at line 55 of file dsmcccache.h.
Referenced by Equal(), operator<(), BiopObjLocation::Process(), Dsmcc::ProcessDownloadServerInitiate(), and toString().
1.7.6.1