|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <atlcoll.h>


Classes | |
| class | CNode |
Private Types | |
| typedef ETraits::INARGTYPE | INARGTYPE |
Private Member Functions | |
| CAtlList (_In_ const CAtlList &) | |
| CAtlList & | operator= (_In_ const CAtlList &) |
| CNode * | CreateNode (INARGTYPE element, _In_opt_ CNode *pPrev, _In_opt_ CNode *pNext) |
| void | FreeNode (_Inout_ CNode *pNode) |
| CNode * | GetFreeNode () |
Private Attributes | |
| CAtlPlex * | m_Blocks |
| UINT | m_BlockSize |
| CNode * | m_HeadNode |
| CNode * | m_TailNode |
| CNode * | m_FreeNode |
| size_t | m_NumElements |
|
private |
|
private |
| ATL::CAtlList< E, ETraits >::CAtlList | ( | _In_ UINT | nBlockSize = 10 | ) |
| POSITION ATL::CAtlList< E, ETraits >::AddHead | ( | INARGTYPE | element | ) |
Definition at line 612 of file atlcoll.h.
Referenced by EditTypeDlg_OnCommand(), and test_BasicCases().
| POSITION ATL::CAtlList< E, ETraits >::AddTail | ( | INARGTYPE | element | ) |
Definition at line 629 of file atlcoll.h.
Referenced by AddInfoFields(), CAppDB::EnumerateFiles(), HandleInstallCommand(), HandleSetupCommand(), CFontCache::Insert(), CMainWindow::ItemCheckStateChanged(), CZipEnumerator::next_unique(), START_TEST(), and test_BasicCases().
|
private |
Definition at line 880 of file atlcoll.h.
| POSITION ATL::CAtlList< E, ETraits >::Find | ( | INARGTYPE | element, |
| _In_opt_ POSITION | posStartAfter = NULL |
||
| ) | const |
Definition at line 794 of file atlcoll.h.
Referenced by CMainWindow::AddApplicationsToView(), EditTypeDlg_WriteClass(), CMainWindow::ItemCheckStateChanged(), and CZipEnumerator::next_unique().
| POSITION ATL::CAtlList< E, ETraits >::FindIndex | ( | _In_ size_t | iElement | ) | const |
Definition at line 818 of file atlcoll.h.
|
private |
Definition at line 902 of file atlcoll.h.
|
inline |
Definition at line 542 of file atlcoll.h.
Referenced by CAppDB::GetAvailableCount(), CFontCache::Read(), test_BasicCases(), and CMainWindow::UpdateStatusBarText().
|
private |
Definition at line 918 of file atlcoll.h.
Definition at line 554 of file atlcoll.h.
Referenced by DownloadListOfApplications(), CAppDB::FindAvailableByPackageName(), CFontCache::Insert(), LoadAllSettings(), CFontCache::Read(), SaveAllSettings(), test_BasicCases(), and to_str().
|
inline |
Definition at line 566 of file atlcoll.h.
Referenced by DownloadListOfApplications(), CAppDB::FindAvailableByPackageName(), CFontCache::Insert(), LoadAllSettings(), CFontCache::Read(), SaveAllSettings(), test_BasicCases(), and to_str().
|
inline |
Definition at line 726 of file atlcoll.h.
Referenced by test_BasicCases().
Definition at line 704 of file atlcoll.h.
Referenced by CFontCache::Insert(), and test_BasicCases().
Definition at line 548 of file atlcoll.h.
Referenced by CApplicationView::_UpdateInstallBtn(), DownloadListOfApplications(), and CMainWindow::OnCommand().
|
private |
Definition at line 748 of file atlcoll.h.
Referenced by CMainWindow::OnCommand(), CZipEnumerator::reset(), and CMainWindow::UpdateApplicationsList().
| void ATL::CAtlList< E, ETraits >::RemoveAt | ( | _In_ POSITION | pos | ) |
Definition at line 769 of file atlcoll.h.
Referenced by CMainWindow::ItemCheckStateChanged().
| void ATL::CAtlList< E, ETraits >::SwapElements | ( | POSITION | pos1, |
| POSITION | pos2 | ||
| ) |
Definition at line 836 of file atlcoll.h.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |