#include <vmsBatchList.h>
Public Member Functions | |
| void | Clear () |
| bool | Create (LPCSTR pszTemplate, LPCSTR pszNumbers, char chStart=0, char chEnd=0) |
| int | get_ResultCount () |
| LPCSTR | get_Result (int nIndex) |
| vmsBatchList () | |
| virtual | ~vmsBatchList () |
Protected Member Functions | |
| bool | CreateAZBatch (LPCSTR pszTemplate, char chStart, char chEnd) |
Protected Attributes | |
| fs::list< CString > | m_v |
Definition at line 18 of file vmsBatchList.h.
| vmsBatchList::vmsBatchList | ( | ) |
Definition at line 16 of file vmsBatchList.cpp.
| vmsBatchList::~vmsBatchList | ( | ) | [virtual] |
Definition at line 21 of file vmsBatchList.cpp.
| void vmsBatchList::Clear | ( | ) |
Definition at line 140 of file vmsBatchList.cpp.
References m_v.
Referenced by CCreateBatchDownload::OnOK().
| bool vmsBatchList::Create | ( | LPCSTR | pszTemplate, | |
| LPCSTR | pszNumbers, | |||
| char | chStart = 0, |
|||
| char | chEnd = 0 | |||
| ) |
Definition at line 26 of file vmsBatchList.cpp.
References BATCHLIST_STEP_SYMBOL, BATCHLIST_WILDCARD_SYMBOL, BOOL, check_nz, CreateAZBatch(), m_v, n, NULL, skip_number, and skip_spaces.
Referenced by CCreateBatchDownload::BuildBatchList(), and CCreateBatchDownload::OnOK().
| int vmsBatchList::get_ResultCount | ( | ) |
Definition at line 111 of file vmsBatchList.cpp.
References m_v.
Referenced by CCreateBatchDownload::GenerateAndAddDownloads(), CCreateBatchDownload::GenerateDownloads(), CCBD_SeeResultsDlg::OnInitDialog(), and CCreateBatchDownload::OnOK().
| LPCSTR vmsBatchList::get_Result | ( | int | nIndex | ) |
Definition at line 116 of file vmsBatchList.cpp.
References m_v.
Referenced by CCreateBatchDownload::GenerateAndAddDownloads(), CCreateBatchDownload::GenerateDownloads(), CCBD_SeeResultsDlg::OnInitDialog(), and CCreateBatchDownload::OnOK().
fs::list<CString> vmsBatchList::m_v [protected] |
Definition at line 55 of file vmsBatchList.h.
Referenced by Clear(), Create(), CreateAZBatch(), get_Result(), and get_ResultCount().
1.5.6