Definition at line 13 of file multiset_test.cpp.
◆ mset
◆ CPPUNIT_TEST() [1/3]
MultisetTest::CPPUNIT_TEST |
( |
mset1 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/3]
MultisetTest::CPPUNIT_TEST |
( |
mset3 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [3/3]
MultisetTest::CPPUNIT_TEST |
( |
mset5 |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
MultisetTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ greater_than()
static bool MultisetTest::greater_than |
( |
int |
a_, |
|
|
int |
b_ |
|
) |
| |
|
inlinestaticprotected |
◆ less_than()
static bool MultisetTest::less_than |
( |
int |
a_, |
|
|
int |
b_ |
|
) |
| |
|
inlinestaticprotected |
◆ mset1()
void MultisetTest::mset1 |
( |
| ) |
|
|
protected |
Definition at line 44 of file multiset_test.cpp.
45{
52
55
58 size_t count =
s.erase(42);
60}
multiset< int, less< int > > mset
_Rep_type::iterator iterator
#define CPPUNIT_ASSERT(X)
GLuint GLuint GLsizei count
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
◆ mset3()
void MultisetTest::mset3 |
( |
| ) |
|
|
protected |
Definition at line 61 of file multiset_test.cpp.
62{
63 int array [] = { 3, 6, 1, 2, 3, 2, 6, 7, 9 };
64
65
75
76
78 ci =
s.lower_bound(3);
80 ci =
s.upper_bound(3);
83#ifdef _STLP_MEMBER_TEMPLATES
84 cp =
s.equal_range(5);
87#endif
88
89
91 ci = crs.lower_bound(3);
93 ci = crs.upper_bound(3);
95 cp = crs.equal_range(5);
98}
_Rep_type::const_iterator const_iterator
◆ mset5()
void MultisetTest::mset5 |
( |
| ) |
|
|
protected |
Definition at line 99 of file multiset_test.cpp.
100{
101 int array [] = { 3, 6, 1, 9 };
103
106
109 fn_mset::const_iterator
i =
s1.begin();
110 for (
j = 0;
i !=
s1.end(); ++
i, ++
j) {
115 }
116
120 for (
j = 0;
i !=
s2.end(); ++
i, ++
j) {
125 }
126
127}
static bool less_than(int a_, int b_)
static bool greater_than(int a_, int 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 GLint GLint j
The documentation for this class was generated from the following file: