#include <string>
#include "snpf"
Go to the source code of this file.
|
| tools |
| inlined C code : ///////////////////////////////////
|
|
|
bool | tools::vsprintf (std::string &a_string, int a_length, const char *a_format, va_list a_args) |
|
bool | tools::sprintf (std::string &a_string, int a_length, const char *a_format,...) |
|
bool | tools::print2sv (std::string &a_string, int a_length, const char *a_format, va_list a_args) |
|
bool | tools::print2s (std::string &a_string, int a_length, const char *a_format,...) |
|
template<class MATRIX > |
void | tools::set_matrix (MATRIX &a_matrix, const std::string &a_fmt) |
|
◆ tools_sprintf