![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| class | Approx |
| struct | EnumInfo |
| class | IsStreamInsertable |
Functions | |
| std::string | rawMemoryToString (const void *object, std::size_t size) |
| template<typename T> | |
| std::string | rawMemoryToString (const T &object) |
| template<typename E> | |
| std::string | convertUnknownEnumToString (E e) |
| template<typename T> | |
| std::enable_if<!std::is_enum< T >::value &&!std::is_base_of< std::exception, T >::value, std::string >::type | convertUnstreamable (T const &) |
| template<typename T> | |
| std::enable_if<!std::is_enum< T >::value &&std::is_base_of< std::exception, T >::value, std::string >::type | convertUnstreamable (T const &ex) |
| template<typename T> | |
| std::enable_if< std::is_enum< T >::value, std::string >::type | convertUnstreamable (T const &value) |
| template<typename T> | |
| std::string | stringify (const T &e) |
| template<typename InputIterator, typename Sentinel = InputIterator> | |
| std::string | rangeToString (InputIterator first, Sentinel last) |
Variables | |
| const std::string | unprintableString |
| std::enable_if<!std::is_enum< T >::value &&!std::is_base_of< std::exception, T >::value, std::string >::type Catch::Detail::convertUnstreamable | ( | T const & | ) |
Definition at line 1582 of file catch.hpp.
References unprintableString.
| std::string Catch::Detail::rangeToString | ( | InputIterator | first, |
| Sentinel | last ) |
Definition at line 1829 of file catch.hpp.
References Catch::ReusableStringStream::str().
| std::string Catch::Detail::rawMemoryToString | ( | const T & | object | ) |
| std::string Catch::Detail::rawMemoryToString | ( | const void * | object, |
| std::size_t | size ) |
| std::string Catch::Detail::stringify | ( | const T & | e | ) |
|
extern |