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)


Define Documentation

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

Definition at line 44 of file std_bitset.h.

#define __BITSET_WORDS( __n )
 

Value:

 ((__n) < 1 ? 1 : ((__n) + _GLIBCPP_BITSET_BITS_PER_WORD - 1)/_GLIBCPP_BITSET_BITS_PER_WORD)

Definition at line 45 of file std_bitset.h.


Generated at Tue May 1 16:29:09 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001