#include <SchemaCache.h>
Public Member Functions | |
CSchemaCache () | |
virtual | ~CSchemaCache () |
BOOL | Load () |
void | Clear () |
POSITION | GetIterator () const |
CSchema * | GetNext (POSITION &pos) const |
CSchema * | Get (LPCTSTR pszURI) const |
CSchema * | Guess (LPCTSTR pszName) const |
Protected Attributes | |
CMapStringToPtr | m_pURIs |
CMapStringToPtr | m_pNames |
|
Definition at line 40 of file SchemaCache.cpp. |
|
Definition at line 44 of file SchemaCache.cpp. References Clear(). |
|
Definition at line 99 of file SchemaCache.cpp. References GetIterator(), GetNext(), m_pNames, and m_pURIs. Referenced by Load(), and ~CSchemaCache(). |
|
|
Definition at line 49 of file SchemaCache.h. References m_pURIs. Referenced by Clear(), CBitziDownloader::DecodeResponse(), CSchemaCombo::Load(), CDownloadGroupDlg::OnInitDialog(), and CRemote::PageSearch(). |
|
Definition at line 54 of file SchemaCache.h. Referenced by Clear(), CBitziDownloader::DecodeResponse(), CSchemaCombo::Load(), CDownloadGroupDlg::OnInitDialog(), and CRemote::PageSearch(). |
|
Definition at line 72 of file SchemaCache.h. References m_pNames, and NULL. Referenced by CQuerySearch::ReadG2Packet(), and CQueryHit::ReadG2Packet(). |
|
Definition at line 52 of file SchemaCache.cpp. References Clear(), CSettings::General, CSchema::Load(), m_pNames, m_pURIs, CSchema::m_sSingular, CSchema::m_sURI, CSettings::sGeneral::Path, and Settings. Referenced by CShareazaApp::InitInstance(). |
|
Definition at line 40 of file SchemaCache.h. |
|
Definition at line 39 of file SchemaCache.h. Referenced by Clear(), Get(), GetIterator(), GetNext(), and Load(). |