Classes | |
class | Approx |
struct | BorgType |
struct | FalseType |
struct | IsStreamInsertable |
struct | StringMakerBase |
struct | StringMakerBase< true > |
struct | TrueType |
Functions | |
template<typename T > | |
std::string | makeString (T const &value) |
FalseType | operator<< (std::ostream const &, BorgType const &) |
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) |
TrueType & | testStreamable (std::ostream &) |
FalseType | testStreamable (FalseType) |
Variables | |
std::string | unprintableString |
std::string Catch::Detail::makeString | ( | T const & | value | ) |
FalseType Catch::Detail::operator<< | ( | std::ostream const & | , |
BorgType const & | |||
) |
std::string Catch::Detail::rangeToString | ( | InputIterator | first, |
InputIterator | last | ||
) |
std::string Catch::Detail::rawMemoryToString | ( | const void * | object, |
std::size_t | size | ||
) |
std::string Catch::Detail::rawMemoryToString | ( | const T & | object | ) | [inline] |
TrueType& Catch::Detail::testStreamable | ( | std::ostream & | ) |
FalseType Catch::Detail::testStreamable | ( | FalseType | ) |