Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::_Base_bitset< 1 > Struct Template Reference
#include <std_bitset.h>
List of all members.
Public Types
Public Methods
Public Attributes
Static Public Methods
template<> struct std::_Base_bitset< 1 >
Member Typedef Documentation
typedef unsigned long _WordT
Member Function Documentation
_Base_bitset (
void )
[inline]
_Base_bitset (
unsigned long
__val
)
[inline]
size_t _S_whichword (
size_t
__pos
)
[inline, static]
size_t _S_whichbyte (
size_t
__pos
)
[inline, static]
size_t _S_whichbit (
size_t
__pos
)
[inline, static]
_WordT
_S_maskbit (
size_t
__pos
)
[inline, static]
_WordT
& _M_getword (
size_t )
[inline]
_WordT
_M_getword (
size_t ) const
[inline]
_WordT
& _M_hiword (
)
[inline]
_WordT
_M_hiword (
) const
[inline]
void _M_do_and (
const
_Base_bitset
< 1 > &
__x
)
[inline]
void _M_do_or (
const
_Base_bitset
< 1 > &
__x
)
[inline]
void _M_do_xor (
const
_Base_bitset
< 1 > &
__x
)
[inline]
void _M_do_left_shift (
size_t
__shift
)
[inline]
void _M_do_right_shift (
size_t
__shift
)
[inline]
void _M_do_flip (
)
[inline]
void _M_do_set (
)
[inline]
void _M_do_reset (
)
[inline]
bool _M_is_equal (
const
_Base_bitset
< 1 > &
__x
) const
[inline]
bool _M_is_any (
) const
[inline]
size_t _M_do_count (
) const
[inline]
unsigned long _M_do_to_ulong (
) const
[inline]
size_t _M_do_find_first (
size_t
__not_found
) const
size_t _M_do_find_next (
size_t
__prev
,
size_t
__not_found
) const
Member Data Documentation
_WordT
_M_w
The documentation for this struct was generated from the following file:
std_bitset.h
Generated at Fri Apr 6 15:54:32 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001