Definition at line 13 of file bind_test.cpp.
◆ bind1st1()
void BindTest::bind1st1 |
( |
| ) |
|
|
protected |
Definition at line 53 of file bind_test.cpp.
54{
55 int array [3] = { 1, 2, 3 };
57
61
66
71}
_STLP_BEGIN_NAMESPACE _STLP_INLINE_LOOP _Function for_each(_InputIter __first, _InputIter __last, _Function __f)
_STLP_INLINE_LOOP _ForwardIter remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred)
binder1st< _Operation > bind1st(const _Operation &__fn, const _Tp &__x)
binder2nd< _Operation > bind2nd(const _Operation &__fn, const _Tp &__x)
#define CPPUNIT_ASSERT(X)
◆ bind2nd1()
void BindTest::bind2nd1 |
( |
| ) |
|
|
protected |
Definition at line 73 of file bind_test.cpp.
74{
75 int array [3] = { 1, 2, 3 };
77
81}
_STLP_INLINE_LOOP void replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp &__new_value)
◆ bind2nd2()
void BindTest::bind2nd2 |
( |
| ) |
|
|
protected |
◆ bind2nd3()
void BindTest::bind2nd3 |
( |
| ) |
|
|
protected |
Definition at line 100 of file bind_test.cpp.
101{
102#if defined (STLPORT) && \
103 !defined (_STLP_NO_EXTENSIONS) && defined (_STLP_CLASS_PARTIAL_SPECIALIZATION)
104 int array[3] = { 1, 2, 3 };
110
115#endif
116}
pointer_to_unary_function< _Arg, _Result > ptr_fun(_Result(*__f)(_Arg))
int test_func2(int ¶m1, int param2)
int test_func1(const int ¶m1, const int ¶m2)
GLuint GLenum GLenum transform
◆ bind_memfn()
void BindTest::bind_memfn |
( |
| ) |
|
|
protected |
Definition at line 139 of file bind_test.cpp.
140{
141#if defined (STLPORT) && \
142 !defined (_STLP_NO_EXTENSIONS) && defined (_STLP_CLASS_PARTIAL_SPECIALIZATION)
144
146
148#endif
149}
mem_fun_ref_t< _Result, _Tp > mem_fun_ref(_Result(_Tp::*__f)())
◆ CPPUNIT_TEST() [1/5]
◆ CPPUNIT_TEST() [2/5]
◆ CPPUNIT_TEST() [3/5]
◆ CPPUNIT_TEST() [4/5]
◆ CPPUNIT_TEST() [5/5]
◆ CPPUNIT_TEST_SUITE()
BindTest::CPPUNIT_TEST_SUITE |
( |
BindTest |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE_END()
BindTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ CPPUNIT_IGNORE
The documentation for this class was generated from the following file: