casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::String_global_functions_case Struct Reference

Casing and related functions Case conversion and rearrangement functions. More...

#include <String.h>

Public Member Functions

String reverse (const string &str)
 Global function which returns a transformation to reverse order of String. More...
 
String upcase (const string &str)
 Global function which returns a transformation to uppercase of String. More...
 
String downcase (const string &str)
 Global function which returns a transformation to lowercase of String. More...
 
String capitalize (const string &str)
 Global function which returns a transformation to capitalization of String. More...
 
String trim (const string &str)
 Global function which removes leading and trailing whitespace. More...
 

Detailed Description

Casing and related functions Case conversion and rearrangement functions.

Definition at line 995 of file String.h.

Member Function Documentation

String casacore::String_global_functions_case::capitalize ( const string &  str)

Global function which returns a transformation to capitalization of String.

String casacore::String_global_functions_case::downcase ( const string &  str)

Global function which returns a transformation to lowercase of String.

String casacore::String_global_functions_case::reverse ( const string &  str)

Global function which returns a transformation to reverse order of String.

String casacore::String_global_functions_case::trim ( const string &  str)

Global function which removes leading and trailing whitespace.

String casacore::String_global_functions_case::upcase ( const string &  str)

Global function which returns a transformation to uppercase of String.


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