0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Protected Attributes | List of all members
Hypertable::NumericFormatterDigits Class Reference

The fast numeric formatters, very much inspired from http://cppformat.github.io/. More...

#include <String.h>

Inheritance diagram for Hypertable::NumericFormatterDigits:
Inheritance graph
[legend]

Static Protected Attributes

static const char DIGITS []
 

Detailed Description

The fast numeric formatters, very much inspired from http://cppformat.github.io/.

Definition at line 144 of file String.h.

Member Data Documentation

const char Hypertable::NumericFormatterDigits::DIGITS
staticprotected
Initial value:
=
"0001020304050607080910111213141516171819"
"2021222324252627282930313233343536373839"
"4041424344454647484950515253545556575859"
"6061626364656667686970717273747576777879"
"8081828384858687888990919293949596979899"

Definition at line 146 of file String.h.


The documentation for this class was generated from the following files: