vmsStringList Class Reference

#include <vmsStringList.h>

List of all members.

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< fsStringm_vList


Detailed Description

Definition at line 15 of file vmsStringList.h.


Constructor & Destructor Documentation

vmsStringList::vmsStringList (  ) 

Definition at line 16 of file vmsStringList.cpp.

vmsStringList::~vmsStringList (  )  [virtual]

Definition at line 21 of file vmsStringList.cpp.


Member Function Documentation

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().


Member Data Documentation

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().


The documentation for this class was generated from the following files:

Generated on Sun May 25 00:21:24 2008 by  doxygen 1.5.6