casa
$Rev:20696$
|
Splitting Global function which splits the String into string array res at separator and returns the number of elements. More...
#include <String.h>
Public Member Functions | |
Int | split (const string &str, string res[], Int maxn, const string &sep) |
Int | split (const string &str, string res[], Int maxn, const Char sep) |
Int | split (const string &str, string res[], Int maxn, const RegexBase &sep) |
Splitting Global function which splits the String into string array res at separator and returns the number of elements.
Int casa::String_global_functions_split::split | ( | const string & | str, |
string | res[], | ||
Int | maxn, | ||
const string & | sep | ||
) |
Int casa::String_global_functions_split::split | ( | const string & | str, |
string | res[], | ||
Int | maxn, | ||
const Char | sep | ||
) |
Int casa::String_global_functions_split::split | ( | const string & | str, |
string | res[], | ||
Int | maxn, | ||
const RegexBase & | sep | ||
) |