casa
$Rev:20696$
|
Some general functions Functions to find special patterns, join and replicate. More...
#include <String.h>
Public Member Functions | |
String | common_prefix (const string &x, const string &y, Int startpos=0) |
String | common_suffix (const string &x, const string &y, Int startpos=-1) |
String | replicate (Char c, String::size_type n) |
String | replicate (const string &str, String::size_type n) |
String | join (string src[], Int n, const string &sep) |
Some general functions Functions to find special patterns, join and replicate.
String casa::String_global_functions_common::common_prefix | ( | const string & | x, |
const string & | y, | ||
Int | startpos = 0 |
||
) |
String casa::String_global_functions_common::common_suffix | ( | const string & | x, |
const string & | y, | ||
Int | startpos = -1 |
||
) |
String casa::String_global_functions_common::join | ( | string | src[], |
Int | n, | ||
const string & | sep | ||
) |
String casa::String_global_functions_common::replicate | ( | const string & | str, |
String::size_type | n | ||
) |