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.
Definition at line 969 of file String.h.
Int casacore::String_global_functions_split::split | ( | const string & | str, | |
string | res[], | |||
Int | maxn, | |||
const RegexBase & | sep | |||
) |
Int casacore::String_global_functions_split::split | ( | const string & | str, | |
string | res[], | |||
Int | maxn, | |||
const Char | sep | |||
) |
Int casacore::String_global_functions_split::split | ( | const string & | str, | |
string | res[], | |||
Int | maxn, | |||
const string & | sep | |||
) |