FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::Detail Namespace Reference

Data Structures

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 >
std::string rangeToString (InputIterator first, InputIterator last)
 

Variables

const std::string unprintableString
 

Function Documentation

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

References stringify().

Referenced by convertUnstreamable().

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 &  )
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)
template<typename T >
std::enable_if< std::is_enum<T>::value , std::string>::type Catch::Detail::convertUnstreamable ( T const &  value)
template<typename InputIterator >
std::string Catch::Detail::rangeToString ( InputIterator  first,
InputIterator  last 
)
std::string Catch::Detail::rawMemoryToString ( const void *  object,
std::size_t  size 
)
template<typename T >
std::string Catch::Detail::rawMemoryToString ( const T &  object)

References rawMemoryToString().

Variable Documentation

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