libstdc++
std::tr2::dynamic_bitset< _WordT, _Alloc > Class Template Reference
Inheritance diagram for std::tr2::dynamic_bitset< _WordT, _Alloc >:
[legend]

Classes

class  reference
 

Public Types

typedef __dynamic_bitset_base
< _WordT, _Alloc > 
_Base
 
typedef _Alloc allocator_type
 
typedef _WordT block_type
 
typedef bool const_reference
 
typedef size_t size_type
 

Public Member Functions

 dynamic_bitset (size_type __nbits, unsigned long long __val=0ULL, const allocator_type &__alloc=allocator_type())
 
 dynamic_bitset (initializer_list< block_type > __il, const allocator_type &__alloc=allocator_type())
 
template<typename _CharT , typename _Traits , typename _Alloc1 >
 dynamic_bitset (const std::basic_string< _CharT, _Traits, _Alloc1 > &__str, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __pos=0, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __n=std::basic_string< _CharT, _Traits, _Alloc1 >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1'), const allocator_type &__alloc=allocator_type())
 
 dynamic_bitset (const char *__str, const allocator_type &__alloc=allocator_type())
 
 dynamic_bitset (const dynamic_bitset &__b)
 
 dynamic_bitset (dynamic_bitset &&__b)
 
template<typename _CharT , typename _Traits >
void _M_copy_from_ptr (const _CharT *, size_t, size_t, size_t, _CharT, _CharT)
 
template<typename _CharT , typename _Traits , typename _Alloc1 >
void _M_copy_from_string (const std::basic_string< _CharT, _Traits, _Alloc1 > &__str, size_t __pos, size_t __n, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1'))
 
template<typename _CharT , typename _Traits , typename _Alloc1 >
void _M_copy_to_string (std::basic_string< _CharT, _Traits, _Alloc1 > &__str, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) const
 
 _M_Nb (0)
 
bool all () const
 
bool any () const
 
void append (block_type __block)
 
void append (initializer_list< block_type > __il)
 
template<typename _BlockInputIterator >
void append (_BlockInputIterator __first, _BlockInputIterator __last)
 
void clear ()
 
size_type count () const noexcept
 
bool empty () const noexcept
 
size_type find_first () const
 
size_type find_next (size_t __prev) const
 
dynamic_bitset< _WordT, _Alloc > & flip ()
 
dynamic_bitset< _WordT, _Alloc > & flip (size_type __pos)
 
allocator_type get_allocator () const
 
bool is_proper_subset_of (const dynamic_bitset &__b) const
 
bool is_subset_of (const dynamic_bitset &__b) const
 
constexpr size_type max_size () noexcept
 
bool none () const
 
size_type num_blocks () const noexcept
 
dynamic_bitsetoperator= (const dynamic_bitset &__b)
 
dynamic_bitsetoperator= (dynamic_bitset &&__b)
 
dynamic_bitset< _WordT, _Alloc > operator~ () const
 
void push_back (bool __bit)
 
dynamic_bitset< _WordT, _Alloc > & reset ()
 
dynamic_bitset< _WordT, _Alloc > & reset (size_type __pos)
 
void resize (size_type __nbits, bool __value=false)
 
dynamic_bitset< _WordT, _Alloc > & set ()
 
dynamic_bitset< _WordT, _Alloc > & set (size_type __pos, bool __val=true)
 
size_type size () const noexcept
 
void swap (dynamic_bitset &__b)
 
bool test (size_type __pos) const
 
template<typename _CharT = char, typename _Traits = std::char_traits<_CharT>, typename _Alloc1 = std::allocator<_CharT>>
std::basic_string< _CharT,
_Traits, _Alloc1 > 
to_string (_CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) const
 
unsigned long long to_ullong () const
 
unsigned long to_ulong () const
 
dynamic_bitset< _WordT, _Alloc > & operator&= (const dynamic_bitset< _WordT, _Alloc > &__rhs)
 
dynamic_bitset< _WordT, _Alloc > & operator&= (dynamic_bitset< _WordT, _Alloc > &&__rhs)
 
dynamic_bitset< _WordT, _Alloc > & operator|= (const dynamic_bitset< _WordT, _Alloc > &__rhs)
 
dynamic_bitset< _WordT, _Alloc > & operator^= (const dynamic_bitset< _WordT, _Alloc > &__rhs)
 
dynamic_bitset< _WordT, _Alloc > & operator-= (const dynamic_bitset< _WordT, _Alloc > &__rhs)
 
dynamic_bitset< _WordT, _Alloc > & operator<<= (size_type __pos)
 
dynamic_bitset< _WordT, _Alloc > & operator>>= (size_type __pos)
 
reference operator[] (size_type __pos)
 
const_reference operator[] (size_type __pos) const
 
dynamic_bitset< _WordT, _Alloc > operator<< (size_type __pos) const
 
dynamic_bitset< _WordT, _Alloc > operator>> (size_type __pos) const
 

Public Attributes

 __pad0__: _Base(__alloc)
 

Static Public Attributes

static const size_type bits_per_block
 
static const size_type npos
 

Private Member Functions

size_t _M_are_all_aux () const
 
void _M_assign (const __dynamic_bitset_base &__b)
 
void _M_clear ()
 
void _M_do_and (const __dynamic_bitset_base &__x)
 
void _M_do_append_block (block_type __block, size_type __pos)
 
size_t _M_do_count () const
 
void _M_do_dif (const __dynamic_bitset_base &__x)
 
size_type _M_do_find_first (size_t __not_found) const
 
size_type _M_do_find_next (size_t __prev, size_t __not_found) const
 
void _M_do_flip ()
 
void _M_do_left_shift (size_t __shift)
 
void _M_do_or (const __dynamic_bitset_base &__x)
 
void _M_do_reset ()
 
void _M_do_right_shift (size_t __shift)
 
void _M_do_set ()
 
unsigned long long _M_do_to_ullong () const
 
unsigned long _M_do_to_ulong () const
 
void _M_do_xor (const __dynamic_bitset_base &__x)
 
allocator_type _M_get_allocator () const
 
block_type & _M_getword (size_type __pos)
 
block_type _M_getword (size_type __pos) const
 
block_type & _M_hiword ()
 
block_type _M_hiword () const
 
bool _M_is_any () const
 
bool _M_is_equal (const __dynamic_bitset_base &__x) const
 
bool _M_is_less (const __dynamic_bitset_base &__x) const
 
bool _M_is_proper_subset_of (const __dynamic_bitset_base &__b) const
 
bool _M_is_subset_of (const __dynamic_bitset_base &__b)
 
void _M_resize (size_t __nbits, bool __value)
 
size_type _M_size () const noexcept
 
void _M_swap (__dynamic_bitset_base &__b)
 

Static Private Member Functions

static block_type _S_maskbit (size_type __pos) noexcept
 
static size_type _S_whichbit (size_type __pos) noexcept
 
static size_type _S_whichbyte (size_type __pos) noexcept
 
static size_type _S_whichword (size_type __pos) noexcept
 

Private Attributes

std::vector< block_type,
allocator_type > 
_M_w
 

Static Private Attributes

static const size_type _S_bits_per_block
 

Friends

bool operator< (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs)
 
bool operator== (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs)
 
class reference
 

Detailed Description

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
class std::tr2::dynamic_bitset< _WordT, _Alloc >

The dynamic_bitset class represents a sequence of bits.

(Note that dynamic_bitset does not meet the formal requirements of a container. Mainly, it lacks iterators.)

The template argument, Nb, may be any non-negative number, specifying the number of bits (e.g., "0", "12", "1024*1024").

In the general unoptimized case, storage is allocated in word-sized blocks. Let B be the number of bits in a word, then (Nb+(B-1))/B words will be used for storage. B - NbB bits are unused. (They are the high-order bits in the highest word.) It is a class invariant that those unused bits are always zero.

If you think of dynamic_bitset as "a simple array of bits," be aware that your mental picture is reversed: a dynamic_bitset behaves the same way as bits in integers do, with the bit at index 0 in the "least significant / right-hand" position, and the bit at index Nb-1 in the "most significant / left-hand" position. Thus, unlike other containers, a dynamic_bitset's index "counts from right to left," to put it very loosely.

This behavior is preserved when translating to and from strings. For example, the first line of the following program probably prints "b('a') is 0001100001" on a modern ASCII system.

* #include <dynamic_bitset>
* #include <iostream>
* #include <sstream>
*
* using namespace std;
*
* int main()
* {
* long a = 'a';
*
* cout << "b('a') is " << b << endl;
*
* s << b;
* string str = s.str();
* cout << "index 3 in the string is " << str[3] << " but\n"
* << "index 3 in the bitset is " << b[3] << endl;
* }
*

Also see: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch33s02.html for a description of extensions.

Most of the actual code isn't contained in dynamic_bitset<> itself, but in the base class __dynamic_bitset_base. The base class works with whole words, not with individual bits. This allows us to specialize __dynamic_bitset_base for the important special case where the dynamic_bitset is only a single word.

Extra confusion can result due to the fact that the storage for __dynamic_bitset_base is a vector, and is indexed as such. This is carefully encapsulated.

Definition at line 440 of file dynamic_bitset.

Constructor & Destructor Documentation

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
std::tr2::dynamic_bitset< _WordT, _Alloc >::dynamic_bitset ( size_type  __nbits,
unsigned long long  __val = 0ULL,
const allocator_type &  __alloc = allocator_type() 
)
inlineexplicit

Initial bits bitwise-copied from a single word (others set to zero).

Definition at line 607 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
template<typename _CharT , typename _Traits , typename _Alloc1 >
std::tr2::dynamic_bitset< _WordT, _Alloc >::dynamic_bitset ( const std::basic_string< _CharT, _Traits, _Alloc1 > &  __str,
typename basic_string< _CharT, _Traits, _Alloc1 >::size_type  __pos = 0,
typename basic_string< _CharT, _Traits, _Alloc1 >::size_type  __n = std::basic_string<_CharT, _Traits, _Alloc1>::npos,
_CharT  __zero = _CharT('0'),
_CharT  __one = _CharT('1'),
const allocator_type &  __alloc = allocator_type() 
)
inlineexplicit

Use a subset of a string.

Parameters
__strA string of '0' and '1' characters.
__posIndex of the first character in __str to use.
__nThe number of characters to copy.
Exceptions
std::out_of_rangeIf __pos is bigger the size of __str.
std::invalid_argumentIf a character appears in the string which is neither '0' nor '1'.

Definition at line 629 of file dynamic_bitset.

References std::tr2::dynamic_bitset< _WordT, _Alloc >::resize(), and std::basic_string< _CharT, _Traits, _Alloc >::size().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
std::tr2::dynamic_bitset< _WordT, _Alloc >::dynamic_bitset ( const char *  __str,
const allocator_type &  __alloc = allocator_type() 
)
inlineexplicit

Construct from a string.

Parameters
__strA string of '0' and '1' characters.
Exceptions
std::invalid_argumentIf a character appears in the string which is neither '0' nor '1'.

Definition at line 657 of file dynamic_bitset.

References std::tr2::dynamic_bitset< _WordT, _Alloc >::resize().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
std::tr2::dynamic_bitset< _WordT, _Alloc >::dynamic_bitset ( const dynamic_bitset< _WordT, _Alloc > &  __b)
inline

Copy constructor.

Definition at line 673 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
std::tr2::dynamic_bitset< _WordT, _Alloc >::dynamic_bitset ( dynamic_bitset< _WordT, _Alloc > &&  __b)
inline

Move constructor.

Definition at line 680 of file dynamic_bitset.

Member Function Documentation

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
bool std::tr2::dynamic_bitset< _WordT, _Alloc >::all ( ) const
inline

Tests whether all the bits are on.

Returns
True if all the bits are set.

Definition at line 1069 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
bool std::tr2::dynamic_bitset< _WordT, _Alloc >::any ( ) const
inline

Tests whether any of the bits are on.

Returns
True if at least one bit is set.

Definition at line 1077 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
void std::tr2::dynamic_bitset< _WordT, _Alloc >::append ( block_type  __block)
inline

Append a block.

Definition at line 763 of file dynamic_bitset.

Referenced by std::tr2::dynamic_bitset< _WordT, _Alloc >::append().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
template<typename _BlockInputIterator >
void std::tr2::dynamic_bitset< _WordT, _Alloc >::append ( _BlockInputIterator  __first,
_BlockInputIterator  __last 
)
inline

Append an iterator range of blocks.

Definition at line 781 of file dynamic_bitset.

References std::tr2::dynamic_bitset< _WordT, _Alloc >::append().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
void std::tr2::dynamic_bitset< _WordT, _Alloc >::clear ( )
inline

Clear the bitset.

Definition at line 741 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
size_type std::tr2::dynamic_bitset< _WordT, _Alloc >::count ( ) const
inlinenoexcept

Returns the number of bits which are set.

Definition at line 1025 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
bool std::tr2::dynamic_bitset< _WordT, _Alloc >::empty ( ) const
inlinenoexcept

Returns true if the dynamic_bitset is empty.

Definition at line 1040 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
size_type std::tr2::dynamic_bitset< _WordT, _Alloc >::find_first ( ) const
inline

Finds the index of the first "on" bit.

Returns
The index of the first bit set, or size() if not found.
See Also
find_next

Definition at line 1105 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
size_type std::tr2::dynamic_bitset< _WordT, _Alloc >::find_next ( size_t  __prev) const
inline

Finds the index of the next "on" bit after prev.

Returns
The index of the next bit set, or size() if not found.
Parameters
__prevWhere to start searching.
See Also
find_first

Definition at line 1115 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::flip ( )
inline

Toggles every bit to its opposite value.

Definition at line 920 of file dynamic_bitset.

Referenced by std::tr2::dynamic_bitset< _WordT, _Alloc >::operator~().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::flip ( size_type  __pos)
inline

Toggles a given bit to its opposite value.

Parameters
__posThe index of the bit.
Exceptions
std::out_of_rangeIf __pos is bigger the size of the set.

Definition at line 933 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
allocator_type std::tr2::dynamic_bitset< _WordT, _Alloc >::get_allocator ( ) const
inline

Return the allocator for the bitset.

Definition at line 721 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
constexpr size_type std::tr2::dynamic_bitset< _WordT, _Alloc >::max_size ( )
inlinenoexcept

Returns the maximum size of a dynamic_bitset object having the same type as *this. The real answer is max() * bits_per_block but is likely to overflow.

Definition at line 1047 of file dynamic_bitset.

References std::numeric_limits< _Tp >::max().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
bool std::tr2::dynamic_bitset< _WordT, _Alloc >::none ( ) const
inline

Tests whether any of the bits are on.

Returns
True if none of the bits are set.

Definition at line 1085 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
size_type std::tr2::dynamic_bitset< _WordT, _Alloc >::num_blocks ( ) const
inlinenoexcept

Returns the total number of blocks.

Definition at line 1035 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator&= ( const dynamic_bitset< _WordT, _Alloc > &  __rhs)
inline

Operations on dynamic_bitsets.

Parameters
__rhsA same-sized dynamic_bitset.

These should be self-explanatory.

Definition at line 796 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator&= ( dynamic_bitset< _WordT, _Alloc > &&  __rhs)
inline

Operations on dynamic_bitsets.

Parameters
__rhsA same-sized dynamic_bitset.

These should be self-explanatory.

Definition at line 803 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator-= ( const dynamic_bitset< _WordT, _Alloc > &  __rhs)
inline

Operations on dynamic_bitsets.

Parameters
__rhsA same-sized dynamic_bitset.

These should be self-explanatory.

Definition at line 824 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc> std::tr2::dynamic_bitset< _WordT, _Alloc >::operator<< ( size_type  __pos) const
inline

Self-explanatory.

Definition at line 1091 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator<<= ( size_type  __pos)
inline

Operations on dynamic_bitsets.

Parameters
__posThe number of places to shift.

These should be self-explanatory.

Definition at line 839 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator= ( const dynamic_bitset< _WordT, _Alloc > &  __b)
inline

Assignment.

Definition at line 698 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator= ( dynamic_bitset< _WordT, _Alloc > &&  __b)
inline

Move assignment.

Definition at line 711 of file dynamic_bitset.

References std::tr2::dynamic_bitset< _WordT, _Alloc >::swap().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc> std::tr2::dynamic_bitset< _WordT, _Alloc >::operator>> ( size_type  __pos) const
inline

Self-explanatory.

Definition at line 1095 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator>>= ( size_type  __pos)
inline

Operations on dynamic_bitsets.

Parameters
__posThe number of places to shift.

These should be self-explanatory.

Definition at line 852 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
reference std::tr2::dynamic_bitset< _WordT, _Alloc >::operator[] ( size_type  __pos)
inline

Array-indexing support.

Parameters
__posIndex into the dynamic_bitset.
Returns
A bool for a 'const dynamic_bitset'. For non-const bitsets, an instance of the reference proxy class.
Note
These operators do no range checking and throw no exceptions, as required by DR 11 to the standard.

Definition at line 955 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
const_reference std::tr2::dynamic_bitset< _WordT, _Alloc >::operator[] ( size_type  __pos) const
inline

Array-indexing support.

Parameters
__posIndex into the dynamic_bitset.
Returns
A bool for a 'const dynamic_bitset'. For non-const bitsets, an instance of the reference proxy class.
Note
These operators do no range checking and throw no exceptions, as required by DR 11 to the standard.

Definition at line 959 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator^= ( const dynamic_bitset< _WordT, _Alloc > &  __rhs)
inline

Operations on dynamic_bitsets.

Parameters
__rhsA same-sized dynamic_bitset.

These should be self-explanatory.

Definition at line 817 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::operator|= ( const dynamic_bitset< _WordT, _Alloc > &  __rhs)
inline

Operations on dynamic_bitsets.

Parameters
__rhsA same-sized dynamic_bitset.

These should be self-explanatory.

Definition at line 810 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc> std::tr2::dynamic_bitset< _WordT, _Alloc >::operator~ ( ) const
inline

See the no-argument flip().

Definition at line 942 of file dynamic_bitset.

References std::tr2::dynamic_bitset< _WordT, _Alloc >::flip().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
void std::tr2::dynamic_bitset< _WordT, _Alloc >::push_back ( bool  __bit)
inline

Push a bit onto the high end of the bitset.

Definition at line 751 of file dynamic_bitset.

References std::tr2::dynamic_bitset< _WordT, _Alloc >::size().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::reset ( )
inline

Sets every bit to false.

Definition at line 895 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::reset ( size_type  __pos)
inline

Sets a given bit to false.

Parameters
__posThe index of the bit.
Exceptions
std::out_of_rangeIf __pos is bigger the size of the set.

Same as writing set(__pos, false).

Definition at line 909 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
void std::tr2::dynamic_bitset< _WordT, _Alloc >::resize ( size_type  __nbits,
bool  __value = false 
)
inline

Resize the bitset.

Definition at line 728 of file dynamic_bitset.

Referenced by std::tr2::dynamic_bitset< _WordT, _Alloc >::dynamic_bitset().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::set ( )
inline

Sets every bit to true.

Definition at line 870 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
dynamic_bitset<_WordT, _Alloc>& std::tr2::dynamic_bitset< _WordT, _Alloc >::set ( size_type  __pos,
bool  __val = true 
)
inline

Sets a given bit to a particular value.

Parameters
__posThe index of the bit.
__valEither true or false, defaults to true.
Exceptions
std::out_of_rangeIf __pos is bigger the size of the set.

Definition at line 884 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
size_type std::tr2::dynamic_bitset< _WordT, _Alloc >::size ( ) const
inlinenoexcept

Returns the total number of bits.

Definition at line 1030 of file dynamic_bitset.

Referenced by std::tr2::dynamic_bitset< _WordT, _Alloc >::push_back().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
void std::tr2::dynamic_bitset< _WordT, _Alloc >::swap ( dynamic_bitset< _WordT, _Alloc > &  __b)
inline

Swap with another bitset.

Definition at line 688 of file dynamic_bitset.

References std::swap().

Referenced by std::tr2::dynamic_bitset< _WordT, _Alloc >::operator=().

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
bool std::tr2::dynamic_bitset< _WordT, _Alloc >::test ( size_type  __pos) const
inline

Tests the value of a bit.

Parameters
__posThe index of a bit.
Returns
The value at __pos.
Exceptions
std::out_of_rangeIf __pos is bigger the size of the set.

Definition at line 1057 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
template<typename _CharT = char, typename _Traits = std::char_traits<_CharT>, typename _Alloc1 = std::allocator<_CharT>>
std::basic_string<_CharT, _Traits, _Alloc1> std::tr2::dynamic_bitset< _WordT, _Alloc >::to_string ( _CharT  __zero = _CharT('0'),
_CharT  __one = _CharT('1') 
) const
inline

Returns a character interpretation of the dynamic_bitset.

Returns
The string equivalent of the bits.

Note the ordering of the bits: decreasing character positions correspond to increasing bit positions (see the main class notes for an example).

Definition at line 995 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
unsigned long long std::tr2::dynamic_bitset< _WordT, _Alloc >::to_ullong ( ) const
inline

Returns a numerical interpretation of the dynamic_bitset.

Returns
The integral equivalent of the bits.
Exceptions
std::overflow_errorIf there are too many bits to be represented in an unsigned long.

Definition at line 980 of file dynamic_bitset.

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
unsigned long std::tr2::dynamic_bitset< _WordT, _Alloc >::to_ulong ( ) const
inline

Returns a numerical interpretation of the dynamic_bitset.

Returns
The integral equivalent of the bits.
Exceptions
std::overflow_errorIf there are too many bits to be represented in an unsigned long.

Definition at line 970 of file dynamic_bitset.

Member Data Documentation

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
std::tr2::dynamic_bitset< _WordT, _Alloc >::__pad0__
explicit

All bits set to zero.

Definition at line 602 of file dynamic_bitset.


The documentation for this class was generated from the following files: