![]() |
Blamite Game Engine - Strings
00424.10.27.24.1841.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <BlamString.h>
Public Member Functions | |
| BlamString (std::string stdstring) | |
| BlamString (const char *cstring) | |
| BlamString (char character) | |
| int | ToInt (bool *success=nullptr) |
| short | ToShort (bool *success=nullptr) |
| float | ToFloat (bool *success=nullptr) |
| const char * | ToCString () |
| std::vector< char > | ToCharList () |
| std::string | ToStdString () |
| char | GetCharAt (int index) |
| int | Size () |
| int | Length () |
| void | Append (BlamString string) |
| BlamString | Substring (int offset, int length) |
| bool | Contains (BlamString string) |
| BlamString | operator+ (BlamString new_string) |
| BlamString | operator+= (BlamString new_string) |
| BlamString | operator= (BlamString new_string) |
| BlamString::BlamString | ( | std::string | stdstring | ) |
| BlamString::BlamString | ( | const char * | cstring | ) |
| BlamString::BlamString | ( | char | character | ) |
Here is the call graph for this function:| void BlamString::Append | ( | BlamString | string | ) |
| bool BlamString::Contains | ( | BlamString | string | ) |
Here is the call graph for this function:| char BlamString::GetCharAt | ( | int | index | ) |
| int BlamString::Length | ( | ) |
| BlamString BlamString::operator+ | ( | BlamString | new_string | ) |
Here is the call graph for this function:| BlamString BlamString::operator+= | ( | BlamString | new_string | ) |
Here is the call graph for this function:| BlamString BlamString::operator= | ( | BlamString | new_string | ) |
Here is the call graph for this function:| int BlamString::Size | ( | ) |
| BlamString BlamString::Substring | ( | int | offset, |
| int | length | ||
| ) |
| std::vector< char > BlamString::ToCharList | ( | ) |
| const char * BlamString::ToCString | ( | ) |
| float BlamString::ToFloat | ( | bool * | success = nullptr | ) |
Here is the call graph for this function:| int BlamString::ToInt | ( | bool * | success = nullptr | ) |
Here is the call graph for this function:| short BlamString::ToShort | ( | bool * | success = nullptr | ) |
Here is the call graph for this function:| std::string BlamString::ToStdString | ( | ) |
Here is the caller graph for this function: