WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::basic_data< T > Struct Template Reference

#include <format.h>

Static Public Attributes

static const uint32_t POWERS_OF_10_32 []
 
static const uint32_t ZERO_OR_POWERS_OF_10_32 []
 
static const uint64_t ZERO_OR_POWERS_OF_10_64 []
 
static const uint64_t POW10_SIGNIFICANDS []
 
static const int16_t POW10_EXPONENTS []
 
static const char DIGITS []
 
static const char FOREGROUND_COLOR [] = "\x1b[38;2;"
 
static const char BACKGROUND_COLOR [] = "\x1b[48;2;"
 
static const char RESET_COLOR [] = "\x1b[0m"
 
static const wchar_t WRESET_COLOR [] = L"\x1b[0m"
 

Detailed Description

template<typename T = void>
struct internal::basic_data< T >

Definition at line 747 of file format.h.

Member Data Documentation

◆ BACKGROUND_COLOR

template<typename T = void>
const char internal::basic_data< T >::BACKGROUND_COLOR = "\x1b[48;2;"
static

Definition at line 755 of file format.h.

◆ DIGITS

template<typename T = void>
const char internal::basic_data< T >::DIGITS
static
Initial value:
=
"0001020304050607080910111213141516171819"
"2021222324252627282930313233343536373839"
"4041424344454647484950515253545556575859"
"6061626364656667686970717273747576777879"
"8081828384858687888990919293949596979899"

Definition at line 753 of file format.h.

◆ FOREGROUND_COLOR

template<typename T = void>
const char internal::basic_data< T >::FOREGROUND_COLOR = "\x1b[38;2;"
static

Definition at line 754 of file format.h.

◆ POW10_EXPONENTS

template<typename T = void>
const int16_t internal::basic_data< T >::POW10_EXPONENTS
static
Initial value:
= {
-1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980, -954,
-927, -901, -874, -847, -821, -794, -768, -741, -715, -688, -661,
-635, -608, -582, -555, -529, -502, -475, -449, -422, -396, -369,
-343, -316, -289, -263, -236, -210, -183, -157, -130, -103, -77,
-50, -24, 3, 30, 56, 83, 109, 136, 162, 189, 216,
242, 269, 295, 322, 348, 375, 402, 428, 455, 481, 508,
534, 561, 588, 614, 641, 667, 694, 720, 747, 774, 800,
827, 853, 880, 907, 933, 960, 986, 1013, 1039, 1066
}

Definition at line 752 of file format.h.

◆ POW10_SIGNIFICANDS

template<typename T = void>
const uint64_t internal::basic_data< T >::POW10_SIGNIFICANDS
static

Definition at line 751 of file format.h.

◆ POWERS_OF_10_32

template<typename T = void>
const uint32_t internal::basic_data< T >::POWERS_OF_10_32
static
Initial value:
= {
}

Definition at line 748 of file format.h.

◆ RESET_COLOR

template<typename T = void>
const char internal::basic_data< T >::RESET_COLOR = "\x1b[0m"
static

Definition at line 756 of file format.h.

◆ WRESET_COLOR

template<typename T = void>
const wchar_t internal::basic_data< T >::WRESET_COLOR = L"\x1b[0m"
static

Definition at line 757 of file format.h.

◆ ZERO_OR_POWERS_OF_10_32

template<typename T = void>
const uint32_t internal::basic_data< T >::ZERO_OR_POWERS_OF_10_32
static
Initial value:
= {
}

Definition at line 749 of file format.h.

◆ ZERO_OR_POWERS_OF_10_64

template<typename T = void>
const uint64_t internal::basic_data< T >::ZERO_OR_POWERS_OF_10_64
static
Initial value:
= {
0,
FMT_POWERS_OF_10(1000000000ull),
10000000000000000000ull
}

Definition at line 750 of file format.h.


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