#include <G4String.hh>
|
| G4String () |
|
| G4String (char) |
|
| G4String (const char *) |
|
| G4String (const char *, str_size) |
|
| G4String (const G4String &) |
|
| G4String (const G4SubString &) |
|
| G4String (const std::string &) |
|
| ~G4String () |
|
G4String & | operator= (const G4String &) |
|
G4String & | operator= (const std::string &) |
|
G4String & | operator= (const char *) |
|
char | operator() (str_size) const |
|
char & | operator() (str_size) |
|
G4String & | operator+= (const G4SubString &) |
|
G4String & | operator+= (const char *) |
|
G4String & | operator+= (const std::string &) |
|
G4String & | operator+= (const char &) |
|
G4bool | operator== (const G4String &) const |
|
G4bool | operator== (const char *) const |
|
G4bool | operator!= (const G4String &) const |
|
G4bool | operator!= (const char *) const |
|
| operator const char * () const |
|
G4SubString | operator() (str_size, str_size) |
|
G4int | compareTo (const char *, caseCompare mode=exact) const |
|
G4int | compareTo (const G4String &, caseCompare mode=exact) const |
|
G4String & | prepend (const char *) |
|
G4String & | append (const G4String &) |
|
std::istream & | readLine (std::istream &, G4bool skipWhite=true) |
|
G4String & | replace (unsigned int, unsigned int, const char *, unsigned int) |
|
G4String & | replace (str_size, str_size, const char *) |
|
G4String & | remove (str_size) |
|
G4String & | remove (str_size, str_size) |
|
G4int | first (char) const |
|
G4int | last (char) const |
|
G4bool | contains (const std::string &) const |
|
G4bool | contains (char) const |
|
G4String | strip (G4int strip_Type=trailing, char c=' ') |
|
void | toLower () |
|
void | toUpper () |
|
G4bool | isNull () const |
|
str_size | index (const char *, G4int pos=0) const |
|
str_size | index (char, G4int pos=0) const |
|
str_size | index (const G4String &, str_size, str_size, caseCompare) const |
|
const char * | data () const |
|
G4int | strcasecompare (const char *, const char *) const |
|
unsigned int | hash (caseCompare cmp=exact) const |
|
unsigned int | stlhash () const |
|
◆ std_string
◆ caseCompare
◆ stripType
◆ G4String() [1/7]
◆ G4String() [2/7]
G4String::G4String |
( |
char |
| ) |
|
|
inline |
◆ G4String() [3/7]
G4String::G4String |
( |
const char * |
| ) |
|
|
inline |
◆ G4String() [4/7]
G4String::G4String |
( |
const char * |
, |
|
|
str_size |
|
|
) |
| |
|
inline |
◆ G4String() [5/7]
◆ G4String() [6/7]
◆ G4String() [7/7]
G4String::G4String |
( |
const std::string & |
| ) |
|
|
inline |
◆ ~G4String()
◆ append()
◆ compareTo() [1/2]
◆ compareTo() [2/2]
◆ contains() [1/2]
G4bool G4String::contains |
( |
const std::string & |
| ) |
const |
|
inline |
◆ contains() [2/2]
G4bool G4String::contains |
( |
char |
| ) |
const |
|
inline |
◆ data()
const char* G4String::data |
( |
| ) |
const |
|
inline |
◆ first()
G4int G4String::first |
( |
char |
| ) |
const |
|
inline |
◆ hash()
◆ index() [1/3]
◆ index() [2/3]
◆ index() [3/3]
◆ isNull()
G4bool G4String::isNull |
( |
| ) |
const |
|
inline |
◆ last()
G4int G4String::last |
( |
char |
| ) |
const |
|
inline |
◆ operator const char *()
G4String::operator const char * |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
G4bool G4String::operator!= |
( |
const char * |
| ) |
const |
|
inline |
◆ operator()() [1/3]
char G4String::operator() |
( |
str_size |
| ) |
const |
|
inline |
◆ operator()() [2/3]
◆ operator()() [3/3]
◆ operator+=() [1/4]
◆ operator+=() [2/4]
G4String& G4String::operator+= |
( |
const char * |
| ) |
|
|
inline |
◆ operator+=() [3/4]
G4String& G4String::operator+= |
( |
const std::string & |
| ) |
|
|
inline |
◆ operator+=() [4/4]
G4String& G4String::operator+= |
( |
const char & |
| ) |
|
|
inline |
◆ operator=() [1/3]
◆ operator=() [2/3]
G4String& G4String::operator= |
( |
const std::string & |
| ) |
|
|
inline |
◆ operator=() [3/3]
G4String& G4String::operator= |
( |
const char * |
| ) |
|
|
inline |
◆ operator==() [1/2]
◆ operator==() [2/2]
G4bool G4String::operator== |
( |
const char * |
| ) |
const |
|
inline |
◆ prepend()
G4String& G4String::prepend |
( |
const char * |
| ) |
|
|
inline |
◆ readLine()
std::istream& G4String::readLine |
( |
std::istream & |
, |
|
|
G4bool |
skipWhite = true |
|
) |
| |
|
inline |
◆ remove() [1/2]
◆ remove() [2/2]
◆ replace() [1/2]
G4String& G4String::replace |
( |
unsigned |
int, |
|
|
unsigned |
int, |
|
|
const char * |
, |
|
|
unsigned |
int |
|
) |
| |
|
inline |
◆ replace() [2/2]
◆ stlhash()
unsigned int G4String::stlhash |
( |
| ) |
const |
|
inline |
◆ strcasecompare()
G4int G4String::strcasecompare |
( |
const char * |
, |
|
|
const char * |
|
|
) |
| const |
|
inline |
◆ strip()
◆ toLower()
void G4String::toLower |
( |
| ) |
|
|
inline |
◆ toUpper()
void G4String::toUpper |
( |
| ) |
|
|
inline |
◆ dummy
The documentation for this class was generated from the following file: