ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

_bitset.h File Reference
#include <stl/_algobase.h>
#include <stl/_alloc.h>
#include <stl/_iterator.h>
#include <stl/_uninitialized.h>
#include <stl/_range_errors.h>
#include <stl/_string.h>
#include <stl/_iosfwd.h>
#include <stl/_bitset.c>

Go to the source code of this file.

Data Structures

class  _Bs_G
struct  _Base_bitset< _Nw >
struct  _Base_bitset< 1UL >
struct  _Sanitize< _Extrabits >
struct  _Sanitize< 0UL >
class  bitset< _Nb >
struct  bitset< _Nb >::reference

Defines

#define __BITS_PER_WORD   (CHAR_BIT*sizeof(unsigned long))
#define __BITSET_WORDS(__n)   ((__n + __BITS_PER_WORD - 1)/__BITS_PER_WORD)

Functions

template<size_t _Nb>
bitset< _Nb > _STLP_CALL operator& (const bitset< _Nb > &__x, const bitset< _Nb > &__y)
template<size_t _Nb>
bitset< _Nb > _STLP_CALL operator| (const bitset< _Nb > &__x, const bitset< _Nb > &__y)
template<size_t _Nb>
bitset< _Nb > _STLP_CALL operator^ (const bitset< _Nb > &__x, const bitset< _Nb > &__y)
template<class _CharT , class _Traits , size_t _Nb>
_STLP_END_NAMESPACE
_STLP_BEGIN_NAMESPACE
basic_istream< _CharT, _Traits >
&_STLP_CALL 
operator>> (basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x)
template<class _CharT , class _Traits , size_t _Nb>
basic_ostream< _CharT, _Traits >
&_STLP_CALL 
operator<< (basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x)

Generated on Sun May 27 2012 05:28:10 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.