casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::String_global_functions_common Struct Reference

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 955 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 
)

The documentation for this struct was generated from the following file: