#include <winstl/winstl.h>
#include <stlsoft/conversion/integer_to_string.hpp>
#include <winstl/synch/thread_mutex.hpp>
#include <winstl/synch/spin_mutex.hpp>
#include <stlsoft/synch/lock_scope.hpp>
#include <stlsoft/conversion/sap_cast.hpp>
Go to the source code of this file.
| Namespaces | |
| namespace | winstl | 
| Functions | |
| template<typename C> | |
| C const * | int_to_string (ws_sint8_t value) | 
| Converts a signed 8-bit integer to a character string. | |
| template<typename C> | |
| C const * | int_to_string (ws_uint8_t value) | 
| Converts a unsigned 8-bit integer to a character string. | |
| template<typename C> | |
| C const * | int_to_string (ws_sint16_t value) | 
| Converts a signed 16-bit integer to a character string. | |
| template<typename C> | |
| C const * | int_to_string (ws_uint16_t value) | 
| Converts a unsigned 16-bit integer to a character string. | |
| template<typename C> | |
| C const * | int_to_string (ws_sint32_t value) | 
| Converts a signed 32-bit integer to a character string. | |
| template<typename C> | |
| C const * | int_to_string (ws_uint32_t value) | 
| Converts a unsigned 32-bit integer to a character string. | |
| template<typename C> | |
| C const * | int_to_string (ws_sint64_t const &value) | 
| Converts a signed 64-bit integer to a character string. | |
| template<typename C> | |
| C const * | int_to_string (ws_uint64_t const &value) | 
| Converts a unsigned 64-bit integer to a character string. | |
 1.5.6
 1.5.6