bitset File Reference

#include <cstddef>
#include <cstring>
#include <limits>
#include <string>
#include <bits/functexcept.h>
#include <ostream>
#include <istream>

Go to the source code of this file.

Namespaces

namespace  _GLIBCXX_STD

Defines

#define _GLIBCXX_BITSET   1
#define _GLIBCXX_BITSET_BITS_PER_WORD   numeric_limits<unsigned long>::digits
#define _GLIBCXX_BITSET_WORDS(__n)   ((__n) < 1 ? 0 : ((__n) + _GLIBCXX_BITSET_BITS_PER_WORD - 1)/_GLIBCXX_BITSET_BITS_PER_WORD)


Define Documentation

#define _GLIBCXX_BITSET   1
 

Definition at line 49 of file bitset.

#define _GLIBCXX_BITSET_BITS_PER_WORD   numeric_limits<unsigned long>::digits
 

Definition at line 62 of file bitset.

Referenced by _GLIBCXX_STD::_Base_bitset< _Nw >::_M_do_find_first(), _GLIBCXX_STD::_Base_bitset< 1 >::_M_do_find_next(), _GLIBCXX_STD::_Base_bitset< _Nw >::_M_do_find_next(), _GLIBCXX_STD::_Base_bitset< _Nw >::_M_do_left_shift(), _GLIBCXX_STD::_Base_bitset< _Nw >::_M_do_right_shift(), _GLIBCXX_STD::_Base_bitset< 0 >::_S_whichbit(), _GLIBCXX_STD::_Base_bitset< 1 >::_S_whichbit(), _GLIBCXX_STD::_Base_bitset< _GLIBCXX_BITSET_WORDS(_Nb)>::_S_whichbit(), _GLIBCXX_STD::_Base_bitset< 0 >::_S_whichbyte(), _GLIBCXX_STD::_Base_bitset< 1 >::_S_whichbyte(), _GLIBCXX_STD::_Base_bitset< _GLIBCXX_BITSET_WORDS(_Nb)>::_S_whichbyte(), _GLIBCXX_STD::_Base_bitset< 0 >::_S_whichword(), _GLIBCXX_STD::_Base_bitset< 1 >::_S_whichword(), and _GLIBCXX_STD::_Base_bitset< _GLIBCXX_BITSET_WORDS(_Nb)>::_S_whichword().

#define _GLIBCXX_BITSET_WORDS __n   )     ((__n) < 1 ? 0 : ((__n) + _GLIBCXX_BITSET_BITS_PER_WORD - 1)/_GLIBCXX_BITSET_BITS_PER_WORD)
 

Definition at line 63 of file bitset.


Generated on Tue Jan 30 17:31:56 2007 for GNU C++ STL by doxygen 1.3.6