Cogs.Foundation
|
Go to the source code of this file.
Classes | |
struct | std::hash< Cogs::StringView > |
Hash structure specialized to provide std compatible hashing of StringView instances. More... | |
Namespaces | |
namespace | Cogs |
Main Cogs namespace. | |
namespace | std |
STL namespace. | |
Functions | |
std::ostream & | Cogs::operator<< (std::ostream &stream, const Cogs::StringView &stringView) |
Stream operator out provided to make it possible to insert Cogs::StringView into streams. | |
std::string & | Cogs::stringReplaceAll (std::string &str, std::string_view from, std::string_view to) |
bool | Cogs::stringStartsWith (std::string_view str, std::string_view beginning) |
bool | Cogs::stringEndsWith (std::string_view str, std::string_view ending) |
std::string | Cogs::stringToLower (std::string_view input) |
std::string | Cogs::stringToUpper (std::string_view input) |