Definition at line 21 of file partial_test.cpp.
◆ bad_predicate_detected()
void PartialTest::bad_predicate_detected |
( |
| ) |
|
|
protected |
◆ CPPUNIT_TEST() [1/9]
PartialTest::CPPUNIT_TEST |
( |
parsrt0 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/9]
PartialTest::CPPUNIT_TEST |
( |
parsrt1 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [3/9]
PartialTest::CPPUNIT_TEST |
( |
parsrt2 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [4/9]
◆ CPPUNIT_TEST() [5/9]
◆ CPPUNIT_TEST() [6/9]
◆ CPPUNIT_TEST() [7/9]
◆ CPPUNIT_TEST() [8/9]
◆ CPPUNIT_TEST() [9/9]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
PartialTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ parsrt0()
void PartialTest::parsrt0 |
( |
| ) |
|
|
protected |
Definition at line 61 of file partial_test.cpp.
62{
63 int numbers[6] = { 5, 2, 4, 3, 1, 6 };
64
65 partial_sort((
int*)numbers, (
int*)numbers + 3, (
int*)numbers + 6);
66
67
74}
_STLP_MOVE_TO_STD_NAMESPACE void partial_sort(_RandomAccessIter __first, _RandomAccessIter __middle, _RandomAccessIter __last)
#define CPPUNIT_ASSERT(X)
◆ parsrt1()
void PartialTest::parsrt1 |
( |
| ) |
|
|
protected |
Definition at line 76 of file partial_test.cpp.
77{
78
79
80 int numbers[10] ={ 8, 8, 5, 3, 7, 6, 5, 3, 2, 4 };
81
82 vector <int>
v1(numbers, numbers+10);
84
95}
◆ parsrt2()
void PartialTest::parsrt2 |
( |
| ) |
|
|
protected |
Definition at line 97 of file partial_test.cpp.
98{
99 char const*
names[] = {
"aa",
"ff",
"dd",
"ee",
"cc",
"bb" };
100
101 const unsigned nameSize =
sizeof(
names) /
sizeof(
names[0]);
102 vector <char const*>
v1(nameSize);
103 for(
size_t i = 0;
i <
v1.size();
i++)
105
107
108
121}
int strcmp(const char *String1, const char *String2)
static bool str_compare(const char *a_, const char *b_)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ parsrtc0()
void PartialTest::parsrtc0 |
( |
| ) |
|
|
protected |
Definition at line 123 of file partial_test.cpp.
124{
125 int numbers[6] = { 5, 2, 4, 3, 1, 6 };
126
129
133}
_STLP_MOVE_TO_STD_NAMESPACE _RandomAccessIter partial_sort_copy(_InputIter __first, _InputIter __last, _RandomAccessIter __result_first, _RandomAccessIter __result_last)
◆ parsrtc1()
void PartialTest::parsrtc1 |
( |
| ) |
|
|
protected |
Definition at line 135 of file partial_test.cpp.
136{
137 int numbers[10] ={ 3, 0, 4, 3, 2, 8, 2, 7, 7, 5 };
138
139
140
141
142 vector <int>
v1(numbers, numbers+10);
144
151}
◆ parsrtc2()
void PartialTest::parsrtc2 |
( |
| ) |
|
|
protected |
Definition at line 153 of file partial_test.cpp.
154{
155 char const*
names[] = {
"aa",
"ff",
"dd",
"ee",
"cc",
"bb" };
156
157 const unsigned nameSize =
sizeof(
names) /
sizeof(
names[0]);
158 vector <char const*>
v1(nameSize);
159 for(
size_t i = 0;
i <
v1.size();
i++)
161 vector <char const*>
result(3);
163
164
171}
◆ partsum0()
void PartialTest::partsum0 |
( |
| ) |
|
|
protected |
Definition at line 200 of file partial_test.cpp.
201{
202 int numbers[6] = { 1, 2, 3, 4, 5, 6 };
203
206
207
214}
_STLP_MOVE_TO_STD_NAMESPACE _OutputIterator partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result)
◆ partsum1()
void PartialTest::partsum1 |
( |
| ) |
|
|
protected |
Definition at line 216 of file partial_test.cpp.
217{
220 vector <int>
v2(
v1.size());
222
223
234}
GLfloat GLfloat GLfloat v2
void __iota(_It __first, _It __last, _Tp __val)
◆ partsum2()
void PartialTest::partsum2 |
( |
| ) |
|
|
protected |
◆ str_compare()
The documentation for this class was generated from the following file: