Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1String__global__functions__common.html
Дата изменения: Unknown
Дата индексирования: Tue Feb 15 00:27:53 2011
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п
casacore: casa::String_global_functions_common Struct Reference
Public Member Functions

casa::String_global_functions_common Struct Reference
[BasicSL_module]

Some general functions Functions to find special patterns, join and replicate. More...

#include <String.h>

List of all members.

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)

Detailed Description

Some general functions Functions to find special patterns, join and replicate.

Definition at line 931 of file String.h.


Member Function Documentation

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 ( Char  c,
String::size_type  n 
)
String casa::String_global_functions_common::replicate ( const string &  str,
String::size_type  n 
)

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines