atof(str_type StringValue) | nitro::Converters | [static] |
atof(const char *StringValue) | nitro::Converters | [static] |
atoi(const std::string &StringValue, const std::size_t &Mode=nitro::DECIMAL) | nitro::Converters | [static] |
ftoa(double Value, str_type &RetValue) | nitro::Converters | [static] |
ftoa(double Value, char *OutputBuffer) | nitro::Converters | [static] |
itoa(int Value, str_type &RetValue, const std::size_t &Mode=nitro::DECIMAL) | nitro::Converters | [static] |
itoa(int Value, char *OutputBuffer, const std::size_t &Mode=nitro::DECIMAL) | nitro::Converters | [static] |