#include <string_formater.h>
Public Member Functions | |
| string_formater (const std::string &format, size_t i) | |
| format string should contains only one d specifier | |
| string_formater (const char *format, double dt, double ct, int i) | |
| format string should contains only two f and one d specifiers, in such order | |
| string_formater (const char *format, const std::string &s) | |
| format string should contains only one s specifier | |
Public Attributes | |
| char | str [255] |
| Formated string. | |
| blue_sky::tools::string_formater::string_formater | ( | const std::string & | format, | |
| size_t | i | |||
| ) | [inline] |
| blue_sky::tools::string_formater::string_formater | ( | const char * | format, | |
| double | dt, | |||
| double | ct, | |||
| int | i | |||
| ) | [inline] |
format string should contains only two f and one d specifiers, in such order
| format | ||
| dt | ||
| ct | ||
| i |
References str.
| blue_sky::tools::string_formater::string_formater | ( | const char * | format, | |
| const std::string & | s | |||
| ) | [inline] |
| char blue_sky::tools::string_formater::str[255] |
1.5.8