#include <profile.h>
Public Member Functions | |
CProfileArray () | |
~CProfileArray () | |
unsigned | Count () const |
void | Add (LPCTSTR lpstrNew) |
CProfile * | operator[] (unsigned u) const |
void | Remove (unsigned u) |
void | Empty () |
Private Member Functions | |
const unsigned | ChunkSize () const |
CProfile * | Borrow () |
Private Attributes | |
CProfile * | m_aStore [20] |
CProfileArray * | m_pcpaNext |
unsigned | m_ucUsed |
|
Definition at line 817 of file profile.cpp. References m_aStore, m_pcpaNext, m_ucUsed, and NULL.
|
|
Definition at line 823 of file profile.cpp. References Empty().
|
|
Definition at line 844 of file profile.cpp. References Add(), ChunkSize(), m_aStore, m_pcpaNext, and m_ucUsed. Referenced by Add(), CProfile::Enumerate(), and CDeviceProfileManagement::OnCommand().
|
|
Definition at line 796 of file profile.cpp. References ChunkSize(), m_aStore, m_pcpaNext, m_ucUsed, and NULL. Referenced by Remove().
|
|
Definition at line 264 of file icmui/profile.h. References m_aStore. Referenced by Add(), Borrow(), Empty(), operator[](), and Remove().
|
|
|
Definition at line 827 of file profile.cpp. References ChunkSize(), m_aStore, m_pcpaNext, m_ucUsed, and NULL. Referenced by CProfile::Enumerate(), CDeviceProfileManagement::InitList(), and ~CProfileArray().
|
|
Definition at line 863 of file profile.cpp. References ChunkSize(), m_aStore, m_pcpaNext, and operator[](). Referenced by operator[]().
|
|
Definition at line 868 of file profile.cpp. References Borrow(), ChunkSize(), m_aStore, m_pcpaNext, m_ucUsed, NULL, and Remove(). Referenced by CDeviceProfileManagement::OnCommand(), CDeviceProfileManagement::OnNotify(), and Remove().
|
|
Definition at line 260 of file icmui/profile.h. Referenced by Add(), Borrow(), ChunkSize(), CProfileArray(), Empty(), operator[](), and Remove(). |
|
Definition at line 261 of file icmui/profile.h. Referenced by Add(), Borrow(), CProfileArray(), Empty(), operator[](), and Remove(). |
|
Definition at line 262 of file icmui/profile.h. Referenced by Add(), Borrow(), Count(), CProfileArray(), Empty(), and Remove(). |