![]() |
XRootD
|
Go to the source code of this file.
Macros | |
#define | kMAXINT64LEN 25 |
#define | XOSINTFORM(f, b) |
Functions | |
XrdOucString const | operator+ (const char *s1, const XrdOucString s2) |
XrdOucString const | operator+ (const char c, const XrdOucString s) |
XrdOucString const | operator+ (const int i, const XrdOucString s) |
XrdOucString | operator+ (const XrdOucString &s1, const char *s) |
XrdOucString | operator+ (const XrdOucString &s1, const char c) |
XrdOucString | operator+ (const XrdOucString &s1, const int i) |
XrdOucString | operator+ (const XrdOucString &s1, const XrdOucString &s) |
std::ostream & | operator<< (std::ostream &os, const XrdOucString s) |
#define kMAXINT64LEN 25 |
Definition at line 41 of file XrdOucString.cc.
#define XOSINTFORM | ( | f, | |
b | |||
) |
Definition at line 46 of file XrdOucString.cc.
XrdOucString const operator+ | ( | const char * | s1, |
const XrdOucString | s2 | ||
) |
Definition at line 1178 of file XrdOucString.cc.
References XrdOucString::insert(), and XrdOucString::length().
XrdOucString const operator+ | ( | const char | c, |
const XrdOucString | s | ||
) |
Definition at line 1187 of file XrdOucString.cc.
References XrdOucString::insert(), and XrdOucString::length().
XrdOucString const operator+ | ( | const int | i, |
const XrdOucString | s | ||
) |
Definition at line 1196 of file XrdOucString.cc.
References XrdOucString::insert(), kMAXINT64LEN, and XrdOucString::length().
XrdOucString operator+ | ( | const XrdOucString & | s1, |
const char * | s | ||
) |
Definition at line 1038 of file XrdOucString.cc.
XrdOucString operator+ | ( | const XrdOucString & | s1, |
const char | c | ||
) |
Definition at line 1060 of file XrdOucString.cc.
XrdOucString operator+ | ( | const XrdOucString & | s1, |
const int | i | ||
) |
Definition at line 1071 of file XrdOucString.cc.
XrdOucString operator+ | ( | const XrdOucString & | s1, |
const XrdOucString & | s | ||
) |
Definition at line 1049 of file XrdOucString.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const XrdOucString | s | ||
) |
Definition at line 1166 of file XrdOucString.cc.
References XrdOucString::c_str().