![]() |
Project
|
Functions | |
| void | registerTranslatorImpl (Detail::unique_ptr< IExceptionTranslator > &&translator) |
| uint32_t | convertToBits (float f) |
| uint64_t | convertToBits (double d) |
| char const * | getEnv (char const *varName) |
| std::vector< std::string > | splitReporterSpec (StringRef reporterSpec) |
| Optional< ColourMode > | stringToColourMode (StringRef colourMode) |
| uint64_t Catch::Detail::convertToBits | ( | double | d | ) |
Definition at line 4079 of file catch_amalgamated.cxx.
| uint32_t Catch::Detail::convertToBits | ( | float | f | ) |
Definition at line 4072 of file catch_amalgamated.cxx.
Definition at line 4103 of file catch_amalgamated.cxx.
| void Catch::Detail::registerTranslatorImpl | ( | Detail::unique_ptr< IExceptionTranslator > && | translator | ) |
Definition at line 2097 of file catch_amalgamated.cxx.
| std::vector< std::string > Catch::Detail::splitReporterSpec | ( | StringRef | reporterSpec | ) |
Definition at line 4867 of file catch_amalgamated.cxx.
| Optional< ColourMode > Catch::Detail::stringToColourMode | ( | StringRef | colourMode | ) |
Definition at line 4916 of file catch_amalgamated.cxx.