Classes | Functions | Variables
Catch::Detail Namespace Reference

Classes

class  Approx
 
class  IsStreamInsertable
 

Functions

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 InputIterator >
std::string rangeToString (InputIterator first, InputIterator last)
 
std::string rawMemoryToString (const void *object, std::size_t size)
 
template<typename T >
std::string rawMemoryToString (const T &object)
 
template<typename T >
std::string stringify (const T &e)
 

Variables

const std::string unprintableString
 

Function Documentation

template<typename E >
std::string Catch::Detail::convertUnknownEnumToString ( e)

Definition at line 960 of file catch.hpp.

template<typename T >
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 893 of file catch.hpp.

template<typename T >
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)

Definition at line 899 of file catch.hpp.

template<typename T >
std::enable_if< std::is_enum<T>::value , std::string>::type Catch::Detail::convertUnstreamable ( T const &  value)

Definition at line 906 of file catch.hpp.

template<typename InputIterator >
std::string Catch::Detail::rangeToString ( InputIterator  first,
InputIterator  last 
)

Definition at line 1131 of file catch.hpp.

std::string Catch::Detail::rawMemoryToString ( const void *  object,
std::size_t  size 
)
template<typename T >
std::string Catch::Detail::rawMemoryToString ( const T &  object)

Definition at line 870 of file catch.hpp.

template<typename T >
std::string Catch::Detail::stringify ( const T &  e)

Definition at line 955 of file catch.hpp.

Variable Documentation

const std::string Catch::Detail::unprintableString


catch_ros
Author(s): Max Schwarz
autogenerated on Sat Jun 8 2019 17:59:58