Definition at line 13 of file bcompos_test.cpp.
◆ bcompos1()
void BcomposTest::bcompos1 |
( |
| ) |
|
|
protected |
Definition at line 33 of file bcompos_test.cpp.
34{
35#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
36 int array [6] = { -2, -1, 0, 1, 2, 3 };
37
40
43#endif
44}
_STLP_MOVE_TO_STD_NAMESPACE _InputIter find_if(_InputIter __first, _InputIter __last, _Predicate __pred)
#define CPPUNIT_ASSERT(X)
GLboolean GLboolean GLboolean b
◆ bcompos2()
void BcomposTest::bcompos2 |
( |
| ) |
|
|
protected |
Definition at line 46 of file bcompos_test.cpp.
47{
48#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
49 int array [6] = { -2, -1 , 0, 1, 2, 3 };
50
54#endif
55}
binary_compose< _Operation1, _Operation2, _Operation3 > compose2(const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3)
◆ CPPUNIT_TEST() [1/2]
◆ CPPUNIT_TEST() [2/2]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
BcomposTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ CPPUNIT_IGNORE
BcomposTest::CPPUNIT_IGNORE |
|
private |
The documentation for this class was generated from the following file: