Definition at line 12 of file bvector_test.cpp.
◆ bvec1()
void BvectorTest::bvec1 |
( |
| ) |
|
|
protected |
Definition at line 30 of file bvector_test.cpp.
31{
32#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
33 bool ii[3]= {1,0,1};
35
39
41
45
46 b.insert(
b.begin(),(
bool*)ii, ii+2);
47
53
57
63
64
65 bb[0] &= 0;
66 bb[1] &= 0;
67 bb[2] &= 1;
68 bb[3] &= 1;
69 CPPUNIT_ASSERT(!((bb[0] != 0) || (bb[1] != 0) || (bb[2] != 1) || (bb[3] != 0)));
70#endif
71}
_STLP_END_NAMESPACE _STLP_BEGIN_NAMESPACE typedef vector< bool, allocator< bool > > bit_vector
#define CPPUNIT_ASSERT(X)
GLboolean GLboolean GLboolean b
◆ CPPUNIT_TEST()
BvectorTest::CPPUNIT_TEST |
( |
bvec1 |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
BvectorTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ CPPUNIT_IGNORE
BvectorTest::CPPUNIT_IGNORE |
|
private |
The documentation for this class was generated from the following file: