![]() |
My Project
|
#include <cxxtest/Flags.h>Go to the source code of this file.
Data Structures | |
| class | CxxTest::ValueTraits< T > |
| class | CxxTest::ValueTraits< const bool > |
| class | CxxTest::ValueTraits< const signed long int > |
| class | CxxTest::ValueTraits< const unsigned long int > |
| class | CxxTest::ValueTraits< const char > |
| class | CxxTest::ValueTraits< const double > |
Namespaces | |
| namespace | CxxTest |
Macros | |
| #define | CXXTEST_TEMPLATE_INSTANTIATION template<> |
| #define | TS_AS_STRING(x) |
| #define | CXXTEST_COPY_TRAITS(CXXTEST_NEW_CLASS, CXXTEST_OLD_CLASS) |
| #define | CXXTEST_COPY_CONST_TRAITS(CXXTEST_CLASS) |
| #define | CXXTEST_NON_NEGATIVE(Type) |
| #define | CXXTEST_ENUM_TRAITS(TYPE, VALUES) |
| #define | CXXTEST_ENUM_MEMBER(MEMBER) |
Variables | |
| char * | CxxTest::s |
| char N | CxxTest::base = 10 |
| char N unsigned | CxxTest::skipDigits = 0 |
| char N unsigned unsigned | CxxTest::maxDigits |
| #define CXXTEST_COPY_CONST_TRAITS | ( | CXXTEST_CLASS | ) |
Definition at line 113 of file ValueTraits.h.
| #define CXXTEST_COPY_TRAITS | ( | CXXTEST_NEW_CLASS, | |
| CXXTEST_OLD_CLASS ) |
Definition at line 97 of file ValueTraits.h.
| #define CXXTEST_ENUM_MEMBER | ( | MEMBER | ) |
Definition at line 374 of file ValueTraits.h.
| #define CXXTEST_ENUM_TRAITS | ( | TYPE, | |
| VALUES ) |
Definition at line 350 of file ValueTraits.h.
| #define CXXTEST_NON_NEGATIVE | ( | Type | ) |
Definition at line 122 of file ValueTraits.h.
| #define CXXTEST_TEMPLATE_INSTANTIATION template<> |
Definition at line 18 of file ValueTraits.h.
| #define TS_AS_STRING | ( | x | ) |
Definition at line 26 of file ValueTraits.h.