|
RawSpeed
fast raw decoding library
|
Classes | |
| class | ExceptionsTest |
Typedefs | |
| using | Classes |
Functions | |
| template<typename T> | |
| void * | MetaHelper (const char *str) |
| template<> | |
| void * | MetaHelper< RawspeedException > (const char *str) |
| template<> | |
| void * | MetaHelper< CameraMetadataException > (const char *str) |
| template<> | |
| void * | MetaHelper< CiffParserException > (const char *str) |
| template<> | |
| void * | MetaHelper< FileIOException > (const char *str) |
| template<> | |
| void * | MetaHelper< IOException > (const char *str) |
| template<> | |
| void * | MetaHelper< RawDecoderException > (const char *str) |
| template<> | |
| void * | MetaHelper< RawParserException > (const char *str) |
| template<> | |
| void * | MetaHelper< TiffParserException > (const char *str) |
| template<> | |
| void * | MetaHelper< FiffParserException > (const char *str) |
| TYPED_TEST_SUITE (ExceptionsTest, Classes) | |
| TYPED_TEST (ExceptionsTest, Constructor) | |
| TYPED_TEST (ExceptionsTest, AssignmentConstructor) | |
| TYPED_TEST (ExceptionsTest, Throw) | |
| TYPED_TEST (ExceptionsTest, ThrowMessage) | |
| TYPED_TEST (ExceptionsTest, ThrowHelperTest) | |
| TYPED_TEST (ExceptionsTest, ThrowHelperTestMessage) | |
Variables | |
| const char * | msg = "my very Smart error Message #1 !" |
| using rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::Classes |
Definition at line 98 of file ExceptionsTest.cpp.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper | ( | const char * | str | ) |
Definition at line 55 of file ExceptionsTest.cpp.
References MetaHelper().
Referenced by MetaHelper(), MetaHelper< CameraMetadataException >(), MetaHelper< CiffParserException >(), MetaHelper< FiffParserException >(), MetaHelper< FileIOException >(), MetaHelper< IOException >(), MetaHelper< RawDecoderException >(), MetaHelper< RawParserException >(), MetaHelper< RawspeedException >(), MetaHelper< TiffParserException >(), TYPED_TEST(), and TYPED_TEST().
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< CameraMetadataException > | ( | const char * | str | ) |
Definition at line 64 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowCME.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< CiffParserException > | ( | const char * | str | ) |
Definition at line 68 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowCPE.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< FiffParserException > | ( | const char * | str | ) |
Definition at line 92 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowFPE.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< FileIOException > | ( | const char * | str | ) |
Definition at line 72 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowFIE.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< IOException > | ( | const char * | str | ) |
Definition at line 76 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowIOE.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< RawDecoderException > | ( | const char * | str | ) |
Definition at line 80 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowRDE.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< RawParserException > | ( | const char * | str | ) |
Definition at line 84 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowRPE.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< RawspeedException > | ( | const char * | str | ) |
Definition at line 60 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowRSE.
| void * rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::MetaHelper< TiffParserException > | ( | const char * | str | ) |
Definition at line 88 of file ExceptionsTest.cpp.
References FMT, MetaHelper(), and ThrowTPE.
| rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::TYPED_TEST | ( | ExceptionsTest | , |
| AssignmentConstructor | ) |
Definition at line 111 of file ExceptionsTest.cpp.
References msg, and TYPED_TEST().
| rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::TYPED_TEST | ( | ExceptionsTest | , |
| Constructor | ) |
Definition at line 106 of file ExceptionsTest.cpp.
References msg, and TYPED_TEST().
Referenced by TYPED_TEST(), TYPED_TEST(), TYPED_TEST(), TYPED_TEST(), TYPED_TEST(), and TYPED_TEST().
| rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::TYPED_TEST | ( | ExceptionsTest | , |
| Throw | ) |
Definition at line 133 of file ExceptionsTest.cpp.
References msg, and TYPED_TEST().
| rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::TYPED_TEST | ( | ExceptionsTest | , |
| ThrowHelperTest | ) |
Definition at line 194 of file ExceptionsTest.cpp.
References MetaHelper(), msg, and TYPED_TEST().
| rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::TYPED_TEST | ( | ExceptionsTest | , |
| ThrowHelperTestMessage | ) |
Definition at line 201 of file ExceptionsTest.cpp.
References MetaHelper(), msg, and TYPED_TEST().
| rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::TYPED_TEST | ( | ExceptionsTest | , |
| ThrowMessage | ) |
Definition at line 163 of file ExceptionsTest.cpp.
References msg, and TYPED_TEST().
| rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::TYPED_TEST_SUITE | ( | ExceptionsTest | , |
| Classes | ) |
References TYPED_TEST_SUITE().
Referenced by TYPED_TEST_SUITE().
| const char* rawspeed_test::anonymous_namespace{ExceptionsTest.cpp}::msg = "my very Smart error Message #1 !" |
Definition at line 51 of file ExceptionsTest.cpp.
Referenced by TYPED_TEST(), TYPED_TEST(), TYPED_TEST(), TYPED_TEST(), TYPED_TEST(), and TYPED_TEST().