Declaration of the uint32_to_binary() function, that converts a 32-bit unsigned integer to a binary string. Need this since C++ does not normally provide a printf() converter to binary. More...
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Helpers |
The namespace containing all the "helper" functions in the C++ code. | |
Macros | |
#define | __UINT32_TO_BINARY_H__ |
Functions | |
std::string | uint32_to_binary (uint32_t number) |
Function to convert a 32-bit unsigned integer into a string representation containing all 32 bits. | |
Declaration of the uint32_to_binary() function, that converts a 32-bit unsigned integer to a binary string. Need this since C++ does not normally provide a printf() converter to binary.
Definition in file lusplus/helpers/uint32_to_binary.h.
#define __UINT32_TO_BINARY_H__ |
Definition at line 9 of file lusplus/helpers/uint32_to_binary.h.