cbp2make
Makefile generation tool for Code::Blocks IDE
CString Member List

This is the complete list of members for CString, including all inherited members.

Append(const char AChar)CString
Append(const char *AString)CString
Append(const std::string &AString)CString
Append(const CString &AString)CString
AppendCR(void)CString
AppendCRLF(void)CString
AppendEOL(void)CString
AppendLF(void)CString
Assign(const char AChar)CString
Assign(const char *AString)CString
Assign(const std::string &AString)CString
Assign(const CString &AString)CString
Clear(void)CString
CString(void)CString
CString(const char AChar)CString
CString(const char *AString)CString
CString(const std::string &AString)CString
CString(const CString &AString)CString
eol_cr enum valueCStringprivate
eol_crlf enum valueCStringprivate
eol_lf enum valueCStringprivate
eol_t enum nameCStringprivate
Fill(const char AChar)CString
GetChar(const int Index) constCString
GetCString(void) constCString
GetEOL(void)CString
GetFirstChar(void) constCString
GetFloat(void) constCString
GetInteger(void) constCString
GetLastChar(void) constCString
GetLength(void) constCString
GetString(void)CString
GetString(void) constCString
IsEmpty(void) constCString
m_eol_typeCStringprotected
m_StringCStringprotected
operator+=(const char AChar)CString
operator+=(const char *CString)CString
operator+=(const CString &AString)CString
operator+=(const int AInteger)CString
operator+=(const long long int AInteger)CString
operator+=(const float AFloat)CString
operator+=(const double AFloat)CString
operator=(const char AChar)CString
operator=(const char *AString)CString
operator=(const std::string &AString)CString
operator=(const CString &AString)CString
operator=(const int AInteger)CString
operator=(const long long int AInteger)CString
operator=(const float AFloat)CString
operator=(const double AFloat)CString
operator==(const char *AString) constCString
operator==(const std::string &AString) constCString
operator==(const CString &AString) constCString
operator[](const int Index)CString
operator[](const int Index) constCString
Print(std::ostream &out)CString
SetChar(const int Index, const char Value)CString
SetEOL(const eol_t EndOfLine)CString
SetLength(void)CString
SetLength(const int Length)CString
~CString(void)CString