Added Split()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@400 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-07-01 18:50:20 +00:00
parent 2390a31597
commit a5be6f70d4
2 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -47,7 +47,7 @@ public:
CString Left(unsigned int uCount) const;
CString Right(unsigned int uCount) const;
VCString Split(const CString& sDelim, bool bKeepEmpty = true);
unsigned int Split(const CString& sDelim, VCString& vsRet, bool bKeepEmpty = true);
unsigned int Split(const CString& sDelim, VCString& vsRet, bool bAllowEmpty = true);
static CString Format(const CString& sFormatStr, ...);
@@ -70,6 +70,7 @@ public:
unsigned short ToUShort() const;
int ToInt() const;
unsigned int ToUInt() const;
unsigned long ToULong() const;
unsigned long long ToULongLong() const;
long long ToLongLong() const;
double ToDouble() const;