#include <stringar.h>
Public Member Functions | |
CUintArray () | |
~CUintArray () | |
unsigned | Count () const |
void | Add (unsigned u) |
unsigned | operator[] (unsigned u) const |
void | Remove (unsigned u) |
void | Empty () |
Private Member Functions | |
const unsigned | ChunkSize () const |
unsigned | Borrow () |
Private Attributes | |
unsigned | m_aStore [20] |
CUintArray * | m_pcuaNext |
unsigned | m_ucUsed |
|
Definition at line 403 of file stringar.cpp. References m_pcuaNext, m_ucUsed, and NULL.
|
|
Definition at line 408 of file stringar.cpp. References Empty().
|
|
Definition at line 424 of file stringar.cpp. References Add(), ChunkSize(), m_aStore, m_pcuaNext, and m_ucUsed. Referenced by Add(), CProfilePropertySheet::Associate(), CProfileAssociationPage::Associate(), CProfile::AssociationCheck(), CProfilePropertySheet::ConstructAssociations(), CProfileAssociationPage::ConstructAssociations(), CProfilePropertySheet::Dissociate(), CProfileAssociationPage::Dissociate(), and CDeviceProfileManagement::OnCommand().
|
|
Definition at line 381 of file stringar.cpp. References ChunkSize(), m_aStore, m_pcuaNext, m_ucUsed, and NULL. Referenced by Remove().
|
|
Definition at line 123 of file stringar.h. Referenced by Add(), Borrow(), operator[](), and Remove().
|
|
|
Definition at line 412 of file stringar.cpp. References m_pcuaNext, m_ucUsed, and NULL. Referenced by CProfilePropertySheet::ConstructAssociations(), CProfileAssociationPage::ConstructAssociations(), CDeviceProfileManagement::InitList(), CProfileAssociationPage::OnInit(), and ~CUintArray().
|
|
Definition at line 444 of file stringar.cpp. References ChunkSize(), m_aStore, m_pcuaNext, m_ucUsed, and operator[](). Referenced by operator[]().
|
|
Definition at line 449 of file stringar.cpp. References Borrow(), ChunkSize(), m_aStore, m_pcuaNext, m_ucUsed, NULL, and Remove(). Referenced by CProfilePropertySheet::OnCommand(), CDeviceProfileManagement::OnCommand(), CProfileAssociationPage::OnNotify(), Remove(), and CProfile::Uninstall().
|
|
Definition at line 119 of file stringar.h. Referenced by Add(), Borrow(), operator[](), and Remove(). |
|
Definition at line 120 of file stringar.h. Referenced by Add(), Borrow(), CUintArray(), Empty(), operator[](), and Remove(). |
|
Definition at line 121 of file stringar.h. Referenced by Add(), Borrow(), CUintArray(), Empty(), operator[](), and Remove(). |