Definition at line 20 of file swap_test.cpp.
◆ CPPUNIT_TEST() [1/4]
SwapTest::CPPUNIT_TEST |
( |
swap1 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/4]
◆ CPPUNIT_TEST() [3/4]
◆ CPPUNIT_TEST() [4/4]
◆ CPPUNIT_TEST_SUITE()
SwapTest::CPPUNIT_TEST_SUITE |
( |
SwapTest |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE_END()
SwapTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ swap1()
Definition at line 45 of file swap_test.cpp.
46{
50
53}
#define CPPUNIT_ASSERT(X)
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
◆ swap_container_non_spec()
void SwapTest::swap_container_non_spec |
( |
| ) |
|
|
protected |
Definition at line 88 of file swap_test.cpp.
89{
92
97
104
107
109
112
113
118}
GLfloat GLfloat GLfloat v2
◆ swap_container_spec()
void SwapTest::swap_container_spec |
( |
| ) |
|
|
protected |
Definition at line 120 of file swap_test.cpp.
121{
122#if 0
127 } else {
129 }
130#endif
131#if !defined (STLPORT) || \
132 defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER) || defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND)
135
136 v1.push_back(
Obj() );
137 v1.push_back(
Obj() );
138
141
142 v2.push_back(
Obj() );
143 v2.push_back(
Obj() );
144 v2.push_back(
Obj() );
145
149
152
154
157
161
164#endif
165}
basic_ostream< _CharT, _Traits > &_STLP_CALL endl(basic_ostream< _CharT, _Traits > &__os)
◆ swprnge1()
void SwapTest::swprnge1 |
( |
| ) |
|
|
protected |
Definition at line 55 of file swap_test.cpp.
56{
57 char word1[] = "World";
58 char word2[] = "Hello";
62}
_STLP_INLINE_LOOP _ForwardIter2 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2)
int strcmp(const char *String1, const char *String2)
ACPI_SIZE strlen(const char *String)
The documentation for this class was generated from the following file: