Sese Framework
x.y.z
A cross-platform framework
|
数字转字符串工具 更多...
#include <Number.h>
Public 成员函数 | |
Number ()=delete | |
Public 成员函数 继承自 sese::NotInstantiable | |
NotInstantiable ()=delete | |
virtual | ~NotInstantiable ()=default |
NotInstantiable (const NotInstantiable &)=delete | |
NotInstantiable & | operator= (const NotInstantiable &)=delete |
静态 Public 成员函数 | |
static std::string | toHex (uint64_t number, bool upper_case=true) noexcept |
static std::string | toHex (int64_t number, bool upper_case=true) noexcept |
static std::string | toOct (uint64_t number) noexcept |
static std::string | toOct (int64_t number) noexcept |
static std::string | toBin (uint64_t number) noexcept |
static std::string | toBin (int64_t number) noexcept |
static std::string | toString (double number, uint16_t placeholder) noexcept |
template<typename T > | |
static void | toString (StringBuilder &builder, T number, int radix, bool upper_case) noexcept |
template<typename T > | |
static void | toString (StringBuilder &builder, T number, uint16_t placeholder) noexcept |
静态 Private 成员函数 | |
static std::string | toStringWithNoLeadingZeros (const std::string &number) noexcept |
数字转字符串工具
|
delete |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
inlinestaticnoexcept |
引用了 count().
|
inlinestaticnoexcept |
引用了 sese::number2StringLength() , 以及 toString().
|
staticprivatenoexcept |