_Base_bitset< 1UL > Struct Template Reference
#include
<stdapis/stlportv5/stl/_bitset.h>
template <> |
struct _Base_bitset< 1UL > |
Member Type Definition Documentation
Typedef _Self
Typedef _WordT
typedef unsigned long | _WordT |
Member Attribute Documentation
_M_w
Constructor & Destructor Documentation
_Base_bitset ( void )
_Base_bitset | ( | void | | ) | [inline] |
_Base_bitset ( unsigned long )
_Base_bitset | ( | unsigned long | __val | ) | [inline] |
Member Function Documentation
_M_do_and ( const _Self & )
void | _M_do_and | ( | const _Self & | __x | ) | [inline] |
_M_do_count ( )
size_t
| _M_do_count | ( | ) | const [inline] |
_M_do_find_first ( size_t )
_M_do_find_next ( size_t, size_t )
_M_do_flip ( )
_M_do_left_shift ( size_t )
void | _M_do_left_shift | ( | size_t | __shift | ) | [inline] |
_M_do_or ( const _Self & )
void | _M_do_or | ( | const _Self & | __x | ) | [inline] |
_M_do_reset ( )
void | _M_do_reset | ( | ) | [inline] |
_M_do_right_shift ( size_t )
void | _M_do_right_shift | ( | size_t | __shift | ) | [inline] |
_M_do_set ( )
_M_do_to_ulong ( )
unsigned long | _M_do_to_ulong | ( | ) | const [inline] |
_M_do_xor ( const _Self & )
void | _M_do_xor | ( | const _Self & | __x | ) | [inline] |
_M_getword ( size_t )
_M_getword ( size_t )
_M_hiword ( )
_M_hiword ( )
_WordT
| _M_hiword | ( | ) | const [inline] |
_M_is_any ( )
bool | _M_is_any | ( | ) | const [inline] |
_M_is_equal ( const _Self & )
bool | _M_is_equal | ( | const _Self & | __x | ) | const [inline] |