Wire Sysio Wire Sysion 1.0.0
|
Classes | |
class | Approx |
struct | EnumInfo |
class | EnumValuesRegistry |
class | IsStreamInsertable |
Functions | |
std::vector< std::string > | parseEnums (StringRef enums) |
std::unique_ptr< EnumInfo > | makeEnumInfo (StringRef enumName, StringRef allValueNames, std::vector< int > const &values) |
std::string | getAnnotation (Class cls, std::string const &annotationName, std::string const &testCaseName) |
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 = "{?}" |
std::string Catch::Detail::convertUnknownEnumToString | ( | E | e | ) |
Definition at line 133 of file catch_tostring.h.
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 64 of file catch_tostring.h.
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 70 of file catch_tostring.h.
std::enable_if< std::is_enum< T >::value, std::string >::type Catch::Detail::convertUnstreamable | ( | T const & | value | ) |
Definition at line 78 of file catch_tostring.h.
|
inline |
Definition at line 62 of file catch_objc.hpp.
std::unique_ptr< EnumInfo > Catch::Detail::makeEnumInfo | ( | StringRef | enumName, |
StringRef | allValueNames, | ||
std::vector< int > const & | values ) |
Definition at line 42 of file catch_enum_values_registry.cpp.
std::vector< std::string > Catch::Detail::parseEnums | ( | StringRef | enums | ) |
Definition at line 21 of file catch_enum_values_registry.cpp.
std::string Catch::Detail::rangeToString | ( | InputIterator | first, |
InputIterator | last ) |
Definition at line 304 of file catch_tostring.h.
Definition at line 41 of file catch_tostring.h.
std::string Catch::Detail::rawMemoryToString | ( | const void * | object, |
std::size_t | size ) |
Definition at line 52 of file catch_tostring.cpp.
Definition at line 128 of file catch_tostring.h.
const std::string Catch::Detail::unprintableString = "{?}" |
Definition at line 32 of file catch_tostring.cpp.