#include <stringar.h>
Public Member Functions | |
CStringArray () | |
~CStringArray () | |
unsigned | Count () const |
void | Add (LPCTSTR lpstrNew) |
CString & | operator[] (unsigned u) const |
void | Remove (unsigned u) |
void | Empty () |
unsigned | Map (LPCTSTR lpstrRef) |
Private Member Functions | |
const unsigned | ChunkSize () const |
LPCTSTR | Borrow () |
Private Attributes | |
CString | m_aStore [20] |
CStringArray * | m_pcsaNext |
unsigned | m_ucUsed |
|
Definition at line 285 of file stringar.cpp. References m_pcsaNext, m_ucUsed, and NULL.
|
|
Definition at line 292 of file stringar.cpp. References Empty().
|
|
Definition at line 320 of file stringar.cpp. References Add(), ChunkSize(), m_aStore, m_pcsaNext, and m_ucUsed. Referenced by Add(), CAddProfileDialog::AddProfile(), CProfile::Enumerate(), CAllDeviceList::Enumerate(), CScannerList::Enumerate(), CMonitorList::Enumerate(), and CPrinterList::Enumerate().
|
|
Definition at line 261 of file stringar.cpp. References ChunkSize(), m_aStore, m_pcsaNext, m_ucUsed, and NULL. Referenced by Remove().
|
|
Definition at line 92 of file stringar.h. Referenced by Add(), Borrow(), operator[](), and Remove().
|
|
Definition at line 103 of file stringar.h. Referenced by CProfile::AssociationCheck(), CColorMatchDialog::CompleteInitialization(), CAllDeviceList::Count(), CScannerList::Count(), CMonitorList::Count(), CPrinterList::Count(), CProfile::InstallCheck(), CGlobals::IsInstalled(), CColorMatchDialog::OnCommand(), CColorMatchDialog::OnInit(), and CAddProfileDialog::ProfileCount().
|
|
Definition at line 298 of file stringar.cpp. References m_pcsaNext, m_ucUsed, and NULL. Referenced by CAddProfileDialog::CAddProfileDialog(), CColorMatchDialog::CompleteInitialization(), CProfile::Enumerate(), CAddProfileDialog::~CAddProfileDialog(), CColorMatchDialog::~CColorMatchDialog(), and ~CStringArray().
|
|
Definition at line 309 of file stringar.cpp. References m_ucUsed, and Map(). Referenced by CColorMatchDialog::CompleteInitialization(), and Map().
|
|
Definition at line 342 of file stringar.cpp. References ChunkSize(), m_aStore, m_pcsaNext, m_ucUsed, and operator[](). Referenced by operator[]().
|
|
Definition at line 351 of file stringar.cpp. References Borrow(), ChunkSize(), m_aStore, m_pcsaNext, m_ucUsed, NULL, and Remove(). Referenced by Remove().
|
|
Definition at line 88 of file stringar.h. Referenced by Add(), Borrow(), operator[](), and Remove(). |
|
Definition at line 89 of file stringar.h. Referenced by Add(), Borrow(), CStringArray(), Empty(), operator[](), and Remove(). |
|
Definition at line 90 of file stringar.h. Referenced by Add(), Borrow(), CStringArray(), Empty(), Map(), operator[](), and Remove(). |