stlsoft/conversion/integer_to_string.hpp File Reference


Detailed Description

[C++ only] Very efficient integer to string conversion functions (Conversion Library).

#include <stlsoft/stlsoft.h>
#include <stlsoft/util/limit_traits.h>
#include <stlsoft/util/sign_traits.hpp>
#include <stlsoft/meta/is_same_type.hpp>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Functions

template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_sint8_t i)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_uint8_t i)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_sint16_t i)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_uint16_t i)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_sint32_t i)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_uint32_t i)
 Highly efficient conversion of integer to string.
template<typename C, size_t N>
C const * integer_to_string (C(&buf)[N], ss_sint8_t i)
 Highly efficient conversion of integer to string.
template<typename C, size_t N>
C const * integer_to_string (C(&buf)[N], ss_uint8_t i)
 Highly efficient conversion of integer to string.
template<typename C, size_t N>
C const * integer_to_string (C(&buf)[N], ss_sint16_t i)
 Highly efficient conversion of integer to string.
template<typename C, size_t N>
C const * integer_to_string (C(&buf)[N], ss_uint16_t i)
 Highly efficient conversion of integer to string.
template<typename C, size_t N>
C const * integer_to_string (C(&buf)[N], ss_sint32_t i)
 Highly efficient conversion of integer to string.
template<typename C, size_t N>
C const * integer_to_string (C(&buf)[N], ss_uint32_t i)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_sint8_t i, size_t &cchRes)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_uint8_t i, size_t &cchRes)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_sint16_t i, size_t &cchRes)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_uint16_t i, size_t &cchRes)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_sint32_t i, size_t &cchRes)
 Highly efficient conversion of integer to string.
template<typename C>
C const * integer_to_string (C *buf, size_t cchBuf, ss_uint32_t i, size_t &cchRes)
 Highly efficient conversion of integer to string.


Generated on Thu Jun 10 08:58:02 2010 for STLSoft by  doxygen 1.5.6