|
casacore
|
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) |
| String casacore::String_global_functions_common::common_prefix | ( | const string & | x, |
| const string & | y, | ||
| Int | startpos = 0 |
||
| ) |
| String casacore::String_global_functions_common::common_suffix | ( | const string & | x, |
| const string & | y, | ||
| Int | startpos = -1 |
||
| ) |
| String casacore::String_global_functions_common::replicate | ( | Char | c, |
| String::size_type | n | ||
| ) |
| String casacore::String_global_functions_common::replicate | ( | const string & | str, |
| String::size_type | n | ||
| ) |