CString XMLFriendly(const CString &AString)
Makes an XML compatible identifier string from the given string.
Definition: cbhelper.cpp:46
static const int QUOTE_NEVER
Definition: cbhelper.h:31
Definition: stlstrings.h:98
static const int CASE_KEEP
Definition: cbhelper.h:26
Definition: stlstrings.h:32
static const int QUOTE_ALWAYS
Definition: cbhelper.h:32
static const int CASE_UPPER
Definition: cbhelper.h:28
CString FlatFileName(const CString &FileName)
Converts given file path to another file name without path delimiters.
Definition: cbhelper.cpp:51
void ShowStringList(const CString &Title, const CString &LinePrefix, const CStringList &StringList)
Prints titled string list to standard output.
Definition: cbhelper.cpp:25
static const int QUOTE_AUTO
Definition: cbhelper.h:30
static const int CASE_LOWER
Definition: cbhelper.h:27
CString MakefileFriendly(const CString &AString)
Makes a makefile compatible identifier string from the given string.
Definition: cbhelper.cpp:35