#include <stlstrings.h>
CCharHistogram::CCharHistogram |
( |
void |
) | |
|
CCharHistogram::~CCharHistogram |
( |
void |
) | |
|
void CCharHistogram::Analyze |
( |
void |
) | |
|
|
protected |
CString CCharHistogram::GetAlphabet |
( |
void |
) | |
const |
unsigned int CCharHistogram::GetAt |
( |
const char |
AChar) | |
const |
void CCharHistogram::Insert |
( |
const char |
AChar) | |
|
void CCharHistogram::Insert |
( |
const CString & |
AString) | |
|
void CCharHistogram::Insert |
( |
const CStringList & |
AStringList) | |
|
bool CCharHistogram::IsAsciiText |
( |
void |
) | |
|
bool CCharHistogram::IsCustomBinary |
( |
void |
) | |
|
bool CCharHistogram::IsPureInteger |
( |
void |
) | |
|
bool CCharHistogram::IsPureNumeric |
( |
void |
) | |
|
void CCharHistogram::Print |
( |
std::ostream & |
out) | |
|
void CCharHistogram::Remove |
( |
const char |
AChar) | |
|
void CCharHistogram::Remove |
( |
const CString & |
AString) | |
|
void CCharHistogram::Remove |
( |
const CStringList & |
AStringList) | |
|
void CCharHistogram::Reset |
( |
void |
) | |
|
void CCharHistogram::SetAt |
( |
const char |
AChar, |
|
|
const unsigned int |
Frequency |
|
) |
| |
const unsigned int CCharHistogram::FLAG_ASCII_TEXT = 0x00000004 |
|
staticprivate |
const unsigned int CCharHistogram::FLAG_CUSTOM_BINARY = 0x00000008 |
|
staticprivate |
const unsigned int CCharHistogram::FLAG_PURE_INTEGER = 0x00000002 |
|
staticprivate |
const unsigned int CCharHistogram::FLAG_PURE_NUMERIC = 0x00000001 |
|
staticprivate |
unsigned int CCharHistogram::m_Flags |
|
protected |
The documentation for this class was generated from the following files: