Definition at line 13 of file binsert_test.cpp.
◆ binsert1()
void BinsertTest::binsert1 |
( |
| ) |
|
|
protected |
Definition at line 30 of file binsert_test.cpp.
31{
32 const char*
array [] = {
"laurie",
"jennifer",
"leisa" };
36
40
45}
int strcmp(const char *String1, const char *String2)
INT copy(TCHAR source[MAX_PATH], TCHAR dest[MAX_PATH], INT append, DWORD lpdwFlags, BOOL bTouch)
#define CPPUNIT_ASSERT(X)
◆ binsert2()
void BinsertTest::binsert2 |
( |
| ) |
|
|
protected |
Definition at line 46 of file binsert_test.cpp.
47{
48 const char*
array [] = {
"laurie",
"jennifer",
"leisa" };
54}
back_insert_iterator< _Container > _STLP_CALL back_inserter(_Container &__x)
◆ CPPUNIT_TEST() [1/2]
◆ CPPUNIT_TEST() [2/2]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
BinsertTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following file: