Assimp  v3.1.1 (June 2014)
StringUtils.h File Reference

Macros

#define ai_snprintf   snprintf
 The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier. More...
 

Functions

float ai_strtof (const char *begin, const char *end)
 
template<typename T >
std::string to_string (T value)
 

Macro Definition Documentation

ai_snprintf   snprintf

The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.

Parameters
outBufThe buffer to write in
sizeThe buffer size
formatThe format string
apThe additional arguments.
Returns
The number of written characters if the buffer size was big enough. If an encoding error occurs, a negative number is returned.

Function Documentation

float ai_strtof ( const char *  begin,
const char *  end 
)
inline
template<typename T >
std::string to_string ( value)
inline