cbp2make
Makefile generation tool for Code::Blocks IDE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CCharset Class Reference

#include <stlstrings.h>

Public Member Functions

bool Isset (const char AChar) const
 
char GetChar (const char AChar) const
 
void SetChar (const char AChar)
 
void UnsetChar (const char AChar)
 
CString GetAlphabet (void) const
 
void SetAlphabet (const CString &Alphabet)
 
void Print (std::ostream &out)
 
 CCharset (void)
 
 CCharset (const CCharset &Charset)
 
 CCharset (const CString &Alphabet)
 
 ~CCharset (void)
 

Protected Member Functions

void UpdateCharset (void)
 
void UpdateAlphabet (void)
 

Protected Attributes

bool m_Charset [CHARSET_SIZE]
 
CString m_Alphabet
 

Constructor & Destructor Documentation

CCharset::CCharset ( void  )
CCharset::CCharset ( const CCharset Charset)
CCharset::CCharset ( const CString Alphabet)
CCharset::~CCharset ( void  )

Member Function Documentation

CString CCharset::GetAlphabet ( void  ) const
char CCharset::GetChar ( const char  AChar) const
bool CCharset::Isset ( const char  AChar) const
void CCharset::Print ( std::ostream &  out)
void CCharset::SetAlphabet ( const CString Alphabet)
void CCharset::SetChar ( const char  AChar)
void CCharset::UnsetChar ( const char  AChar)
void CCharset::UpdateAlphabet ( void  )
protected
void CCharset::UpdateCharset ( void  )
protected

Member Data Documentation

CString CCharset::m_Alphabet
protected
bool CCharset::m_Charset[CHARSET_SIZE]
protected

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