Classes | |
struct | EnumInfo |
class | IsStreamInsertable |
class | Approx |
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::string Catch::Detail::convertUnknownEnumToString | ( | E | e | ) |
Definition at line 1649 of file catch.hpp.
Referenced by convertUnstreamable().
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.
Referenced by Catch::StringMaker< T, typename >::convert().
std::enable_if< !std::is_enum<T>::value && std::is_base_of<std::exception, T>::value, std::string>::type Catch::Detail::convertUnstreamable | ( | T const & | ex | ) |
std::enable_if< std::is_enum<T>::value , std::string>::type Catch::Detail::convertUnstreamable | ( | T const & | value | ) |
std::string Catch::Detail::rangeToString | ( | InputIterator | first, |
Sentinel | last | ||
) |
std::string Catch::Detail::rawMemoryToString | ( | const T & | object | ) |
Definition at line 1559 of file catch.hpp.
Referenced by Catch::StringMaker< R C::* >::convert(), and Catch::StringMaker< T * >::convert().
std::string Catch::Detail::rawMemoryToString | ( | const void * | object, |
std::size_t | size | ||
) |
Referenced by rawMemoryToString().
std::string Catch::Detail::stringify | ( | const T & | e | ) |
Definition at line 1644 of file catch.hpp.
Referenced by Catch::Capturer::captureValues(), Catch::StringMaker< char[SZ]>::convert(), Catch::StringMaker< signed char[SZ]>::convert(), Catch::StringMaker< unsigned char[SZ]>::convert(), convertUnknownEnumToString(), Catch::Matchers::Vector::ContainsElementMatcher< T, Alloc >::describe(), Catch::Matchers::Vector::ContainsMatcher< T, AllocComp, AllocMatch >::describe(), Catch::Matchers::Vector::EqualsMatcher< T, AllocComp, AllocMatch >::describe(), Catch::Matchers::Vector::ApproxMatcher< T, AllocComp, AllocMatch >::describe(), Catch::Matchers::Vector::UnorderedEqualsMatcher< T, AllocComp, AllocMatch >::describe(), rangeToString(), Catch::rangeToString(), Catch::BinaryExpr< LhsT, RhsT >::streamReconstructedExpression(), Catch::UnaryExpr< LhsT >::streamReconstructedExpression(), and Catch::MatchExpr< ArgT, MatcherT >::streamReconstructedExpression().
|
extern |