| 
    Anklang-0.3.0.dev502+ga23511a1 anklang-0.3.0.dev502+ga23511a1
    
   ASE — Anklang Sound Engine (C++) 
   « « « Anklang Documentation  | 
 
Public Types | |
| using | SL = std::list< std::string > | 
Public Member Functions | |
| void | assign (const char *s, SL &h) | 
| void | assign (const std::string &s, SL &h) | 
| void | assign (std::nullptr_t, SL &h) | 
| void | assign (const void *p, SL &h) | 
| template<class T > | |
| std::enable_if< std::is_integral_v< T >||std::is_enum_v< T >, void >::type | assign (const T &v, SL &h) | 
| template<class T > | |
| std::enable_if< std::is_floating_point_v< T >, void >::type | assign (const T &v, SL &h) | 
| template<class T > | |
| std::enable_if< std::is_class< T >::value, void >::type | assign (const T &o, SL &h) | 
| T | operator= (T... args) | 
  Public Member Functions inherited from std::variant | |
| T | emplace (T... args) | 
| T | index (T... args) | 
| T | operator= (T... args) | 
| T | swap (T... args) | 
| T | valueless_by_exception (T... args) | 
| T | variant (T... args) | 
| T | ~variant (T... args) | 
Static Public Member Functions | |
| static std::string | string_format_args (const char *format, size_t N, const StringFormatArg *args) | 
Definition at line 32 of file formatter.hh.
Definition at line 33 of file formatter.hh.
Definition at line 35 of file formatter.hh.
| void Ase::Impl::StringFormatArg::assign | ( | const std::string & | s, | 
| SL & | h | ||
| ) | 
Definition at line 36 of file formatter.hh.
| std::enable_if< std::is_class< T >::value, void >::type Ase::Impl::StringFormatArg::assign | ( | const T & | o, | 
| SL & | h | ||
| ) | 
Definition at line 44 of file formatter.hh.
| std::enable_if< std::is_integral_v< T >||std::is_enum_v< T >, void >::type Ase::Impl::StringFormatArg::assign | ( | const T & | v, | 
| SL & | h | ||
| ) | 
Definition at line 40 of file formatter.hh.
| std::enable_if< std::is_floating_point_v< T >, void >::type Ase::Impl::StringFormatArg::assign | ( | const T & | v, | 
| SL & | h | ||
| ) | 
Definition at line 42 of file formatter.hh.
| void Ase::Impl::StringFormatArg::assign | ( | const void * | p, | 
| SL & | h | ||
| ) | 
Definition at line 38 of file formatter.hh.
| void Ase::Impl::StringFormatArg::assign | ( | std::nullptr_t | , | 
| SL & | h | ||
| ) | 
Definition at line 37 of file formatter.hh.
      
  | 
  static | 
Definition at line 377 of file formatter.cc.