Go to the source code of this file.
|
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) |
|
◆ CXXTEST_COPY_CONST_TRAITS
◆ CXXTEST_COPY_TRAITS
Value:
{ \
const char *asString(
void )
const {
return _old.asString(); } \
}
Definition at line 97 of file ValueTraits.h.
100 { \
104 const char *asString(
void )
const {
return _old.asString(); } \
105 }
◆ CXXTEST_ENUM_MEMBER
◆ CXXTEST_ENUM_TRAITS
Value:
{ \
{ \
} \
const char *asString( void ) const \
{ \
} \
} \
}; \
}
char * copyString(char *dst, const char *src)
Definition at line 350 of file ValueTraits.h.
352 { \
355 { \
362 } \
363 const char *asString( void ) const \
366 { \
369 } \
370 } \
371 }; \
372 }
◆ CXXTEST_NON_NEGATIVE
◆ CXXTEST_TEMPLATE_INSTANTIATION
◆ TS_AS_STRING