![]() |
Pioneer
|
#include "StringF.h"#include <iostream>#include <sstream>#include <cassert>#include <climits>#include <cstring>
Classes | |
| struct | PrintfSpec |
Functions | |
| void | init_iosflags (std::ostream &ss, const PrintfSpec &spec) |
| std::string | to_string (int64_t value, const FormatSpec &fmt) |
| std::string | to_string (uint64_t value, const FormatSpec &fmt) |
| std::string | to_string (double value, const FormatSpec &fmt) |
| std::string | to_string (const char *value, const FormatSpec &fmt) |
| std::string | to_string (const std::string &value, const FormatSpec &fmt) |
| std::string | string_format (const char *fmt, int numargs, FormatArg const *const args[]) |
| void init_iosflags | ( | std::ostream & | ss, |
| const PrintfSpec & | spec | ||
| ) |
| std::string string_format | ( | const char * | fmt, |
| int | numargs, | ||
| FormatArg const *const | args[] | ||
| ) |

| std::string to_string | ( | const char * | value, |
| const FormatSpec & | fmt | ||
| ) |

| std::string to_string | ( | const std::string & | value, |
| const FormatSpec & | fmt | ||
| ) |

| std::string to_string | ( | double | value, |
| const FormatSpec & | fmt | ||
| ) |

| std::string to_string | ( | int64_t | value, |
| const FormatSpec & | fmt | ||
| ) |

| std::string to_string | ( | uint64_t | value, |
| const FormatSpec & | fmt | ||
| ) |
