#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. | |
 1.5.6
 1.5.6