Definition at line 16 of file bitset_test.cpp.
◆ bitset1()
void BitsetTest::bitset1 |
( |
| ) |
|
|
protected |
Definition at line 36 of file bitset_test.cpp.
37{
44
45#if !defined (STLPORT) || !defined (_STLP_NON_TYPE_TMPL_PARAM_BUG)
48
51
52# if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
53 size_t __pos =
b2._Find_first();
55 __pos =
b2._Find_next(__pos);
57 __pos =
b2._Find_next(__pos);
59 __pos =
b2._Find_next(__pos);
61 __pos =
b2._Find_next(__pos);
63# endif
64#endif
65
66#if !defined (STLPORT) || !defined (_STLP_NO_MEMBER_TEMPLATES) && !defined (_STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS)
69# if !defined (STLPORT) || !defined (_STLP_NO_WCHAR_T)
72# endif
73#else
75#endif
76}
#define CPPUNIT_ASSERT(X)
static CRYPT_DATA_BLOB b2[]
static CRYPT_DATA_BLOB b1[]
__crt_unique_heap_ptr< wchar_t > const wstring(_malloc_crt_t(wchar_t, maxsize))
◆ CPPUNIT_TEST() [1/2]
BitsetTest::CPPUNIT_TEST |
( |
bitset1 |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/2]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
BitsetTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ iostream()
void BitsetTest::iostream |
( |
| ) |
|
|
protected |
Definition at line 78 of file bitset_test.cpp.
79{
80#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
81 {
86
93 }
94# if !defined (STLPORT) || !defined (_STLP_NO_WCHAR_T)
95 {
100
107 }
108# endif
109#endif
110}
The documentation for this class was generated from the following file: