BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
String.h File Reference
#include <algorithm>
#include <cctype>
#include <string>
#include <strings.h>

Go to the source code of this file.

Namespaces

namespace  bes
namespace  bes::String

Functions

void bes::String::lowerCh (char &c)
void bes::String::upperCh (char &c)
void bes::String::transformToLower (std::string &str)
void bes::String::transformToUpper (std::string &str)
std::string bes::String::toLower (const std::string &str)
std::string bes::String::toUpper (const std::string &str)
int bes::String::compare_nocase (const std::string &s, const std::string &s2)
int bes::String::compare_nocase (const std::string &s, const char *s2)
int bes::String::find_nocase (const std::string &s, const std::string &s2)
int bes::String::find_nocase (const std::string &s, const char *s2)
unsigned int bes::String::rwHash (const std::string &str)