Definition at line 14 of file unary_test.cpp.
◆ CPPUNIT_TEST() [1/5]
◆ CPPUNIT_TEST() [2/5]
◆ CPPUNIT_TEST() [3/5]
◆ CPPUNIT_TEST() [4/5]
◆ CPPUNIT_TEST() [5/5]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
UnaryTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ ucompos1()
void UnaryTest::ucompos1 |
( |
| ) |
|
|
protected |
Definition at line 73 of file unary_test.cpp.
74{
75#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
76 int input [3] = { -1, -4, -16 };
77
78 double output[3];
80
84#endif
85}
#define CPPUNIT_ASSERT(X)
GLuint GLenum GLenum transform
GLenum GLenum GLenum input
◆ ucompos2()
void UnaryTest::ucompos2 |
( |
| ) |
|
|
protected |
Definition at line 86 of file unary_test.cpp.
87{
88#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
89 int input [3] = { -1, -4, -16 };
90
91 double output [3];
93
97#endif
98}
unary_compose< _Operation1, _Operation2 > compose1(const _Operation1 &__fn1, const _Operation2 &__fn2)
◆ unegate1()
void UnaryTest::unegate1 |
( |
| ) |
|
|
protected |
Definition at line 44 of file unary_test.cpp.
45{
46 int array [3] = { 1, 2, 3 };
47
51}
_STLP_MOVE_TO_STD_NAMESPACE _InputIter find_if(_InputIter __first, _InputIter __last, _Predicate __pred)
◆ unegate2()
void UnaryTest::unegate2 |
( |
| ) |
|
|
protected |
Definition at line 52 of file unary_test.cpp.
53{
54 int array [3] = { 1, 2, 3 };
58}
unary_negate< _Predicate > not1(const _Predicate &__pred)
◆ unegate3()
void UnaryTest::unegate3 |
( |
| ) |
|
|
protected |
Definition at line 63 of file unary_test.cpp.
64{
65#if !defined (STLPORT) || defined (_STLP_CLASS_PARTIAL_SPECIALIZATION)
66 int array [3] = { 1, 2, 3 };
70#endif
71}
pointer_to_unary_function< _Arg, _Result > ptr_fun(_Result(*__f)(_Arg))
bool test_func(int param)
◆ CPPUNIT_IGNORE
UnaryTest::CPPUNIT_IGNORE |
|
private |
◆ CPPUNIT_STOP_IGNORE
UnaryTest::CPPUNIT_STOP_IGNORE |
|
private |
The documentation for this class was generated from the following file: