![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
Classes | |
| struct | Arg | 
| struct | ArgArray | 
| struct | ArgArray< N, false > | 
| struct | ArgArray< N, true > | 
| class | ArgFormatterBase | 
| class | ArgMap | 
| struct | ArgType | 
| class | BasicCharTraits | 
| struct | BasicData | 
| class | CharTraits | 
| class | CharTraits< char > | 
| class | CharTraits< wchar_t > | 
| struct | Conditional | 
| struct | Conditional< false, T, F > | 
| struct | ConvertToInt | 
| struct | ConvertToIntImpl | 
| struct | ConvertToIntImpl2 | 
| struct | ConvertToIntImpl2< T, true > | 
| struct | DummyInt | 
| struct | EnableIf | 
| struct | EnableIf< true, T > | 
| struct | FalseType | 
| class | FixedBuffer | 
| class | FormatterBase | 
| struct | IntTraits | 
| struct | LConvCheck | 
| class | MakeArg | 
| struct | MakeUnsigned | 
| class | MakeValue | 
| class | MemoryBuffer | 
| struct | NamedArg | 
| struct | NamedArgWithType | 
| struct | Not | 
| struct | Not< false > | 
| struct | NoThousandsSep | 
| struct | Null | 
| class | RuntimeError | 
| struct | SignChecker | 
| struct | SignChecker< false > | 
| class | ThousandsSep | 
| struct | TypeSelector | 
| struct | TypeSelector< false > | 
| struct | Value | 
| struct | WCharHelper | 
| struct | WCharHelper< T, wchar_t > | 
Typedefs | |
| typedef std::numeric_limits < fmt::internal::DummyInt >  | FPUtil | 
| typedef BasicData | Data | 
| typedef char | Yes [1] | 
| typedef char | No [2] | 
Enumerations | |
| enum | { INLINE_BUFFER_SIZE = 500 } | 
Functions | |
| FMT_FUNC void | format_system_error (Writer &out, int error_code, StringRef message) FMT_NOEXCEPT | 
| DummyInt | signbit (...) | 
| DummyInt | _ecvt_s (...) | 
| DummyInt | isinf (...) | 
| DummyInt | _finite (...) | 
| DummyInt | isnan (...) | 
| DummyInt | _isnan (...) | 
| template<typename T > | |
| T | const_check (T value) | 
| FMT_SPECIALIZE_MAKE_UNSIGNED (char, unsigned char) | |
| FMT_SPECIALIZE_MAKE_UNSIGNED (signed char, unsigned char) | |
| FMT_SPECIALIZE_MAKE_UNSIGNED (short, unsigned short) | |
| FMT_SPECIALIZE_MAKE_UNSIGNED (int, unsigned) | |
| FMT_SPECIALIZE_MAKE_UNSIGNED (long, unsigned long) | |
| FMT_SPECIALIZE_MAKE_UNSIGNED (LongLong, ULongLong) | |
| template<typename Int > | |
| MakeUnsigned< Int >::Type | to_unsigned (Int value) | 
| template<typename T > | |
| T * | make_ptr (T *ptr, std::size_t) | 
| template<typename T > | |
| bool | is_negative (T value) | 
| FMT_API void | report_unknown_type (char code, const char *type) | 
| unsigned | count_digits (uint64_t n) | 
| template<typename UInt , typename Char , typename ThousandsSep > | |
| void | format_decimal (Char *buffer, UInt value, unsigned num_digits, ThousandsSep thousands_sep) | 
| template<typename UInt , typename Char > | |
| void | format_decimal (Char *buffer, UInt value, unsigned num_digits) | 
| template<typename T > | |
| T & | get () | 
| Yes & | convert (fmt::ULongLong) | 
| No & | convert (...) | 
| FMT_DISABLE_CONVERSION_TO_INT (float) | |
| FMT_DISABLE_CONVERSION_TO_INT (double) | |
| FMT_DISABLE_CONVERSION_TO_INT (long double) | |
| template<typename LConv > | |
| StringRef | thousands_sep (LConv *lc, LConvCheck< char *LConv::*,&LConv::thousands_sep >=0) | 
| fmt::StringRef | thousands_sep (...) | 
| template<typename Formatter , typename Char , typename T > | |
| void | format_arg (Formatter &, const Char *, const T &) | 
| uint64_t | make_type () | 
| template<typename T > | |
| uint64_t | make_type (const T &arg) | 
| uint64_t | make_type (FMT_GEN15(FMT_ARG_TYPE_DEFAULT)) | 
| template<typename Char > | |
| bool | is_name_start (Char c) | 
| template<typename Char > | |
| unsigned | parse_nonnegative_int (const Char *&s) | 
| void | require_numeric_argument (const Arg &arg, char spec) | 
| template<typename Char > | |
| void | check_sign (const Char *&s, const Arg &arg) | 
| typedef std::numeric_limits<fmt::internal::DummyInt> fmt::internal::FPUtil | 
| typedef char fmt::internal::No[2] | 
| typedef char fmt::internal::Yes[1] | 
      
  | 
  inline | 
Referenced by std::numeric_limits< fmt::internal::DummyInt >::isnegative().
      
  | 
  inline | 
Referenced by std::numeric_limits< fmt::internal::DummyInt >::isinfinity().
      
  | 
  inline | 
| void fmt::internal::check_sign | ( | const Char *& | s, | 
| const Arg & | arg | ||
| ) | 
References value.
Referenced by std::numeric_limits< fmt::internal::DummyInt >::isinfinity(), std::numeric_limits< fmt::internal::DummyInt >::isnegative(), std::numeric_limits< fmt::internal::DummyInt >::isnotanumber(), fmt::internal::MakeValue< Formatter >::MakeValue(), and fmt::internal::ArgFormatterBase< ArgFormatter< Char >, Char, FormatSpec >::visit_char().
| Yes& fmt::internal::convert | ( | fmt::ULongLong | ) | 
| No& fmt::internal::convert | ( | ... | ) | 
      
  | 
  inline | 
References clean_pdb_keep_ligand::count.
Referenced by fmt::format_decimal(), fmt::BasicWriter< Char >::write_int(), and fmt::BasicWriter< Char >::write_unsigned_decimal().
| fmt::internal::FMT_DISABLE_CONVERSION_TO_INT | ( | float | ) | 
| fmt::internal::FMT_DISABLE_CONVERSION_TO_INT | ( | double | ) | 
| fmt::internal::FMT_DISABLE_CONVERSION_TO_INT | ( | long | double | ) | 
| fmt::internal::FMT_SPECIALIZE_MAKE_UNSIGNED | ( | char | , | 
| unsigned | char | ||
| ) | 
| fmt::internal::FMT_SPECIALIZE_MAKE_UNSIGNED | ( | signed | char, | 
| unsigned | char | ||
| ) | 
| fmt::internal::FMT_SPECIALIZE_MAKE_UNSIGNED | ( | short | , | 
| unsigned | short | ||
| ) | 
| fmt::internal::FMT_SPECIALIZE_MAKE_UNSIGNED | ( | int | , | 
| unsigned | |||
| ) | 
| fmt::internal::FMT_SPECIALIZE_MAKE_UNSIGNED | ( | long | , | 
| unsigned | long | ||
| ) | 
| fmt::internal::FMT_SPECIALIZE_MAKE_UNSIGNED | ( | LongLong | , | 
| ULongLong | |||
| ) | 
| void fmt::internal::format_arg | ( | Formatter & | , | 
| const Char * | , | ||
| const T & | |||
| ) | 
References FMT_STATIC_ASSERT.
      
  | 
  inline | 
References ObjexxFCL::index(), thousands_sep(), and value.
      
  | 
  inline | 
References fmt::format_decimal().
| FMT_FUNC void fmt::internal::format_system_error | ( | Writer & | out, | 
| int | error_code, | ||
| StringRef | message | ||
| ) | 
References fmt::format_system_error(), pyrosetta.utility.array::message, and erraser_single_res_analysis::out.
Referenced by fmt::SystemError::init(), and fmt::report_system_error().
| T& fmt::internal::get | ( | ) | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
References DRRAFTER::type.
      
  | 
  inline | 
| unsigned fmt::internal::parse_nonnegative_int | ( | const Char *& | s | ) | 
References FMT_THROW, max(), and value.
Referenced by fmt::BasicFormatter< CharType, ArgFormatter >::format(), and fmt::BasicFormatter< CharType, ArgFormatter >::parse_arg_index().
| FMT_FUNC void fmt::internal::report_unknown_type | ( | char | code, | 
| const char * | type | ||
| ) | 
      
  | 
  inline | 
References FMT_THROW, fmt::format(), pyrosetta.utility.array::message, and fmt::internal::Arg::type.
Referenced by check_sign(), and fmt::BasicFormatter< CharType, ArgFormatter >::format().
      
  | 
  inline | 
Referenced by std::numeric_limits< fmt::internal::DummyInt >::isnegative().
      
  | 
  inline | 
      
  | 
  inline | 
Referenced by format_decimal(), and fmt::BasicWriter< Char >::write_int().
      
  | 
  inline | 
References FMT_ASSERT, and value.
Referenced by fmt::Buffer< T >::append(), fmt::internal::FormatterBase::next_arg(), fmt::BasicWriter< Char >::prepare_int_buffer(), fmt::File::read(), fmt::FormatInt::size(), fmt::File::write(), fmt::internal::FormatterBase::write(), and fmt::BasicWriter< Char >::write_double().
 1.8.7