g4tools  5.4.0
Namespaces | Macros | Functions
sprintf File Reference
#include <string>
#include "snpf"
Include dependency graph for sprintf:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 

Macros

#define tools_sprintf
 

Functions

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)
 

Macro Definition Documentation

◆ tools_sprintf

#define tools_sprintf

Definition at line 5 of file sprintf.