bitset Class Reference
#include
<stdapis/stlport/stl/_bitset.h>
| class bitset : public _Base_bitset<((_Nb+(CHAR_BIT *sizeof(unsigned long))-1)/__BITS_PER_WORD) > |
Nested Classes and Structures
| Public Member Type Definitions |
|---|
| typedef | unsigned long _WordT |
Member Type Definition Documentation
Typedef _WordT
| typedef unsigned long | _WordT |
Member Enumeration Documentation
Enum anonymous
| Enumerator | Value | Description |
|---|
| _Words | (( _Nb + (CHAR_BIT*sizeof(unsigned long)) - 1)/__BITS_PER_WORD) | |
Constructor & Destructor Documentation
bitset ( unsigned long )
| bitset | ( | unsigned long | __val | ) | [inline] |
bitset ( const string &, size_t, size_t )
Member Function Documentation
_Find_first ( )
|
size_t
| _Find_first | ( | ) | const [inline] |
_M_copy_from_string ( const string &, size_t, size_t )
_M_copy_to_string ( string & )
| void | _M_copy_to_string | ( | string & | __s | ) | const [inline] |
_Unchecked_flip ( size_t )
_Unchecked_reset ( size_t )
_Unchecked_set ( size_t )
_Unchecked_set ( size_t, int )
|
bitset< _Nb > & | _Unchecked_set | ( | size_t | __pos, |
| | int | __val |
| | ) | [inline] |
_Unchecked_test ( size_t )
| bool | _Unchecked_test | ( | size_t | __pos | ) | const [inline] |
operator!= ( const bitset< _Nb > & )
| bool | operator!= | ( | const bitset< _Nb > & | __rhs | ) | const [inline] |
operator&= ( const bitset< _Nb > & )
|
bitset< _Nb > & | operator&= | ( | const bitset< _Nb > & | __rhs | ) | [inline] |
operator== ( const bitset< _Nb > & )
| bool | operator== | ( | const bitset< _Nb > & | __rhs | ) | const [inline] |
operator[] ( size_t )
| bool | operator[] | ( | size_t | __pos | ) | const [inline] |
operator^= ( const bitset< _Nb > & )
|
bitset< _Nb > & | operator^= | ( | const bitset< _Nb > & | __rhs | ) | [inline] |
operator|= ( const bitset< _Nb > & )
|
bitset< _Nb > & | operator|= | ( | const bitset< _Nb > & | __rhs | ) | [inline] |
operator~ ( )
|
bitset< _Nb > | operator~ | ( | ) | const [inline] |
reset ( )
|
bitset< _Nb > & | reset | ( | ) | [inline] |
test ( size_t )
| bool | test | ( | size_t | __pos | ) | const [inline] |
to_string ( )
|
string
| to_string | ( | ) | const [inline] |
to_ulong ( )
| unsigned long | to_ulong | ( | ) | const [inline] |