Definition at line 14 of file func_test.cpp.
◆ bigger()
◆ bigger_than()
◆ CPPUNIT_TEST() [1/3]
FuncTest::CPPUNIT_TEST |
( |
func1 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/3]
FuncTest::CPPUNIT_TEST |
( |
func2 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [3/3]
FuncTest::CPPUNIT_TEST |
( |
func3 |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE()
FuncTest::CPPUNIT_TEST_SUITE |
( |
FuncTest |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE_END()
FuncTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ func1()
Definition at line 43 of file func_test.cpp.
44{
51}
_STLP_INLINE_LOOP void count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size &__n)
static bool bigger(int i_)
#define CPPUNIT_ASSERT(X)
◆ func2()
Definition at line 53 of file func_test.cpp.
54{
60
64}
_STLP_MOVE_TO_STD_NAMESPACE void sort(_RandomAccessIter __first, _RandomAccessIter __last)
static bool bigger_than(int x_, int y_)
◆ func3()
The documentation for this class was generated from the following file: