mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Added Split()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@400 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user