|
char | CxxTest::digitToChar (unsigned digit) |
|
const char * | CxxTest::byteToHex (unsigned char byte) |
|
char * | CxxTest::bytesToString (const unsigned char *bytes, unsigned numBytes, unsigned maxBytes, char *s) |
|
char * | CxxTest::copyString (char *dst, const char *src) |
|
bool | CxxTest::stringsEqual (const char *s1, const char *s2) |
|
char * | CxxTest::charToString (unsigned long c, char *s) |
|
char * | CxxTest::charToString (char c, char *s) |
|
template<class T > |
ValueTraits< T > | CxxTest::traits (T t) |
|
template<class N > |
bool | CxxTest::negative (N n) |
|
template<class N > |
N | CxxTest::abs (N n) |
|
| CxxTest::CXXTEST_NON_NEGATIVE (bool) CXXTEST_NON_NEGATIVE(unsigned char) CXXTEST_NON_NEGATIVE(unsigned short int) CXXTEST_NON_NEGATIVE(unsigned int) CXXTEST_NON_NEGATIVE(unsigned long int) template< class N > char *numberToString(N n |
|
| CxxTest::CXXTEST_COPY_TRAITS (const char *, const char *const &) |
|
| CxxTest::CXXTEST_COPY_TRAITS (char *, const char *const &) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (bool) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (signed long int) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (unsigned long int) |
|
| CxxTest::CXXTEST_COPY_TRAITS (const signed int, const signed long int) |
|
| CxxTest::CXXTEST_COPY_TRAITS (const unsigned int, const unsigned long int) |
|
| CxxTest::CXXTEST_COPY_TRAITS (const signed short int, const signed long int) |
|
| CxxTest::CXXTEST_COPY_TRAITS (const unsigned short int, const unsigned long int) |
|
| CxxTest::CXXTEST_COPY_TRAITS (const unsigned char, const unsigned long int) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (signed int) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (unsigned int) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (signed short int) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (unsigned short int) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (unsigned char) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (char) |
|
| CxxTest::CXXTEST_COPY_TRAITS (const signed char, const char) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (signed char) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (double) |
|
| CxxTest::CXXTEST_COPY_TRAITS (const float, const double) |
|
| CxxTest::CXXTEST_COPY_CONST_TRAITS (float) |
|