Структуры данных | |
class | bool |
class | func |
class | float |
class | vector |
class | typename |
class | EnumTools |
Перечисления | |
enum | EBool { NO = 0 , YES = 1 } |
Функции | |
proto string | ToString () |
proto string | AsciiToString () |
Converts ASCII code to string. | |
string | ToStringLen (int len) |
Integer to string with fixed length, padded with zeroes. | |
bool | InRange (int min, int max, bool inclusive_min=true, bool inclusive_max=true) |
Check whether integer falls into an inclusive range. | |
Переменные | |
enum EBool | ZERO_PAD_SIZE = 8 |
static string | m_ZeroPad [ZERO_PAD_SIZE] = {"", "0", "00", "000", "0000", "00000", "000000", "0000000"} |
const int | MAX = 2147483647 |
const int | MIN = -2147483648 |