Whole document tree
    

Whole document tree

std_bitset.h File Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std_bitset.h File Reference

#include <bits/std_cstddef.h>
#include <bits/std_cstring.h>
#include <bits/std_string.h>
#include <bits/std_stdexcept.h>
#include <bits/std_ostream.h>
#include <bits/std_istream.h>

Include dependency graph for std_bitset.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define _GLIBCPP_BITSET_BITS_PER_WORD   (CHAR_BIT*sizeof(unsigned long))
#define __BITSET_WORDS(__n)   ((__n) < 1 ? 1 : ((__n) + _GLIBCPP_BITSET_BITS_PER_WORD - 1)/_GLIBCPP_BITSET_BITS_PER_WORD)


Define Documentation

#define __BITSET_WORDS __n       ((__n) < 1 ? 1 : ((__n) + _GLIBCPP_BITSET_BITS_PER_WORD - 1)/_GLIBCPP_BITSET_BITS_PER_WORD)
 

Definition at line 74 of file std_bitset.h.

Referenced by std::bitset< _Nb >::bitset().

#define _GLIBCPP_BITSET_BITS_PER_WORD   (CHAR_BIT*sizeof(unsigned long))
 

Definition at line 73 of file std_bitset.h.

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


Generated on Mon Apr 8 03:14:23 2002 for libstdc++-v3 Source by doxygen1.2.15