▼NSI | |
►Ndetail | Namespace containing implementation details for SI |
►Nparsing | |
CDigit | |
CDigit_impl | |
CMagnitude | |
CMagnitude< _base, _digit > | |
CNumber | Interface class for number |
CNumber< '0', 'b', _digits... > | Specialization of Number for binary notation |
CNumber< '0', 'B', _digits... > | Specialization of Number for binary notation |
CNumber< '0', 'x', _digits... > | Specialization of Number for hex notation |
CNumber< '0', 'X', _digits... > | Specialization of Number for hex notation |
CNumber< '0', _digits... > | Specialization of Number for octal notation |
CNumber_impl | Recursive struct that builds the number |
CNumber_impl< _base, _digit > | Terminating case for variadic template |
CPower | Interface class for power calculation |
CPower< _base > | Edge case for _base^0 == 1 s multiplier |
CPower_impl | |
CPower_impl< _base, _digit > | Terminating case for power variadic template |
Cis_ratio | To check if a template is an instantiation of std::ratio |
Cis_ratio< std::ratio< _num, _den > > | |
Cis_unit_t | |
Cis_unit_t< const unit_t< _symbol, _exponent, _type, _ratio > > | Template specialization to check if a type is a unit_t (true if unit_t) |
Cis_unit_t< unit_t< _symbol, _exponent, _type, _ratio > > | Non-const specialization of check above |
Cratio_gcd | Calculate gcd for rations |
Cratio_prefix | Base template for ratio prefix, unusable |
Cratio_prefix< std::atto > | |
Cratio_prefix< std::centi > | |
Cratio_prefix< std::exa > | |
Cratio_prefix< std::femto > | |
Cratio_prefix< std::giga > | |
Cratio_prefix< std::kilo > | |
Cratio_prefix< std::mega > | |
Cratio_prefix< std::micro > | |
Cratio_prefix< std::milli > | |
Cratio_prefix< std::nano > | |
Cratio_prefix< std::peta > | |
Cratio_prefix< std::pico > | |
Cratio_prefix< std::tera > | |
Cunit_symbol_impl | Compile time string provider for conversion of unit types to strings |
Cunit_t | Base template class for holding values of type _type to be multiplied with a ratio _ratio |
Cunit_with_common_ratio | |
Cunit_symbol | Base struct. Unusable needs template overloading |
Cunit_symbol< 'a', _ratio > | |
Cunit_symbol< 'A', _ratio > | |
Cunit_symbol< 'a', std::ratio< 1 > > | |
Cunit_symbol< 'A', std::ratio< 1 > > | |
Cunit_symbol< 'B', _ratio > | |
Cunit_symbol< 'B', std::ratio< 1 > > | |
Cunit_symbol< 'C', _ratio > | |
Cunit_symbol< 'C', std::ratio< 1 > > | |
Cunit_symbol< 'D', _ratio > | |
Cunit_symbol< 'D', std::ratio< 1 > > | |
Cunit_symbol< 'E', _ratio > | |
Cunit_symbol< 'E', std::ratio< 1 > > | |
Cunit_symbol< 'F', _ratio > | |
Cunit_symbol< 'f', _ratio > | |
Cunit_symbol< 'F', std::ratio< 1 > > | |
Cunit_symbol< 'f', std::ratio< 1 > > | |
Cunit_symbol< 'G', _ratio > | |
Cunit_symbol< 'G', std::ratio< 1 > > | |
Cunit_symbol< 'H', _ratio > | |
Cunit_symbol< 'H', std::ratio< 1 > > | |
Cunit_symbol< 'i', _ratio > | |
Cunit_symbol< 'I', _ratio > | |
Cunit_symbol< 'i', std::ratio< 1 > > | |
Cunit_symbol< 'I', std::ratio< 1 > > | |
Cunit_symbol< 'J', _ratio > | |
Cunit_symbol< 'J', std::ratio< 1 > > | |
Cunit_symbol< 'K', _ratio > | |
Cunit_symbol< 'K', std::ratio< 1 > > | |
Cunit_symbol< 'l', _ratio > | |
Cunit_symbol< 'L', _ratio > | |
Cunit_symbol< 'L', std::micro, std::ratio< 2 > > | |
Cunit_symbol< 'L', std::nano, std::ratio< 3 > > | |
Cunit_symbol< 'L', std::ratio< 1 > > | |
Cunit_symbol< 'l', std::ratio< 1 > > | |
Cunit_symbol< 'L', std::ratio< 1 >, std::ratio< 2 > > | |
Cunit_symbol< 'L', std::ratio< 1 >, std::ratio< 3 > > | |
Cunit_symbol< 'L', std::ratio< 1, 10000 >, std::ratio< 2 > > | |
Cunit_symbol< 'L', std::ratio< 1, 1000000 >, std::ratio< 3 > > | |
Cunit_symbol< 'm', _ratio > | |
Cunit_symbol< 'M', _ratio > | |
Cunit_symbol< 'M', std::exa > | |
Cunit_symbol< 'M', std::kilo > | |
Cunit_symbol< 'M', std::milli > | |
Cunit_symbol< 'm', std::ratio< 1 > > | |
Cunit_symbol< 'M', std::ratio< 1 > > | |
Cunit_symbol< 'N', _ratio > | |
Cunit_symbol< 'N', std::ratio< 1 > > | |
Cunit_symbol< 'O', _ratio > | |
Cunit_symbol< 'O', std::ratio< 1 > > | |
Cunit_symbol< 'P', _ratio > | |
Cunit_symbol< 'p', _ratio > | |
Cunit_symbol< 'P', std::ratio< 1 > > | |
Cunit_symbol< 'p', std::ratio< 1 > > | |
Cunit_symbol< 'Q', _ratio > | |
Cunit_symbol< 'Q', std::ratio< 1 > > | |
Cunit_symbol< 'r', _ratio > | |
Cunit_symbol< 'R', _ratio > | |
Cunit_symbol< 'R', std::ratio< 1 > > | |
Cunit_symbol< 'r', std::ratio< 1 > > | |
Cunit_symbol< 'r', std::ratio< 100000000, 5729577951308232 > > | |
Cunit_symbol< 'r', std::ratio< 100000000000, 5729577951308232 > > | |
Cunit_symbol< 'r', std::ratio< 100000000000000, 5729577951308232 > > | |
Cunit_symbol< 't', _ratio > | |
Cunit_symbol< 'T', _ratio > | |
Cunit_symbol< 'T', _ratio, std::ratio<-1 > > | |
Cunit_symbol< 't', std::ratio< 1 > > | |
Cunit_symbol< 'T', std::ratio< 1 > > | |
Cunit_symbol< 'T', std::ratio< 1 >, std::ratio<-1 > > | |
Cunit_symbol< 'T', std::ratio< 3600, 1 > > | |
Cunit_symbol< 'T', std::ratio< 60, 1 > > | |
Cunit_symbol< 'U', _ratio > | |
Cunit_symbol< 'U', std::ratio< 1 > > | |
Cunit_symbol< 'v', _ratio > | |
Cunit_symbol< 'v', std::ratio< 1 > > | |
Cunit_symbol< 'v', std::ratio_divide< std::kilo, std::ratio< 3600, 1 > >::type > | |