root/SortStringArray.h
/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following definitions.
- CSortStringArray
// SortStringArray.h: CSortStringArray クラスのインターフェイス
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SORTSTRINGARRAY_H__69A8A07E_8171_49F7_98B1_DB9619C85044__INCLUDED_)
#define AFX_SORTSTRINGARRAY_H__69A8A07E_8171_49F7_98B1_DB9619C85044__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <afx.h>
#include <afxcoll.h>
class CSortStringArray : public CStringArray
{
public:
void Sort();
CSortStringArray();
virtual ~CSortStringArray();
protected:
BOOL Compare4Rearrange(int pos);
};
#endif // !defined(AFX_SORTSTRINGARRAY_H__69A8A07E_8171_49F7_98B1_DB9619C85044__INCLUDED_)