#include <vmsStringList.h>
Public Member Functions | |
| void | Clear () |
| BOOL | Load (HANDLE hFile) |
| BOOL | Save (HANDLE hFile) |
| LPCSTR | get_String (int nIndex) const |
| void | Del (int nIndex) |
| int | get_Count () const |
| void | Add (LPCSTR psz) |
| vmsStringList () | |
| virtual | ~vmsStringList () |
Protected Attributes | |
| fs::list< fsString > | m_vList |
Definition at line 15 of file vmsStringList.h.
| vmsStringList::vmsStringList | ( | ) |
Definition at line 16 of file vmsStringList.cpp.
| vmsStringList::~vmsStringList | ( | ) | [virtual] |
Definition at line 21 of file vmsStringList.cpp.
| void vmsStringList::Clear | ( | ) |
Definition at line 90 of file vmsStringList.cpp.
References m_vList.
Referenced by vmsStringRecentList::Clear(), and Load().
| BOOL vmsStringList::Load | ( | HANDLE | hFile | ) |
Definition at line 65 of file vmsStringList.cpp.
References Add(), c, Clear(), FALSE, fsReadStrFromFile(), LPSTR, NULL, and TRUE.
Referenced by vmsStringRecentList::Load().
| BOOL vmsStringList::Save | ( | HANDLE | hFile | ) |
Definition at line 47 of file vmsStringList.cpp.
References c, FALSE, fsSaveStrToFile(), get_String(), m_vList, NULL, and TRUE.
Referenced by vmsStringRecentList::Save().
| LPCSTR vmsStringList::get_String | ( | int | nIndex | ) | const |
Definition at line 41 of file vmsStringList.cpp.
References m_vList.
Referenced by vmsStringRecentList::Add(), vmsStringRecentList::get_String(), and Save().
| void vmsStringList::Del | ( | int | nIndex | ) |
Definition at line 36 of file vmsStringList.cpp.
References m_vList.
Referenced by vmsStringRecentList::Add().
| int vmsStringList::get_Count | ( | ) | const |
Definition at line 31 of file vmsStringList.cpp.
References m_vList.
Referenced by vmsStringRecentList::Add(), and vmsStringRecentList::get_Count().
| void vmsStringList::Add | ( | LPCSTR | psz | ) |
Definition at line 26 of file vmsStringList.cpp.
References m_vList.
Referenced by vmsStringRecentList::Add(), and Load().
fs::list<fsString> vmsStringList::m_vList [protected] |
Definition at line 31 of file vmsStringList.h.
Referenced by Add(), Clear(), Del(), get_Count(), get_String(), and Save().
1.5.6