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

#include <_bitset.h>

Data Structures

struct  reference

Public Types

enum  { _Words = __BITSET_WORDS(_Nb) }
typedef unsigned long _WordT

Public Member Functions

 bitset ()
 bitset (unsigned long __val)
 bitset (const string &__s, size_t __pos=0, size_t __n=(size_t)-1)
bitset< _Nb > & operator&= (const bitset< _Nb > &__rhs)
bitset< _Nb > & operator|= (const bitset< _Nb > &__rhs)
bitset< _Nb > & operator^= (const bitset< _Nb > &__rhs)
bitset< _Nb > & operator<<= (size_t __pos)
bitset< _Nb > & operator>>= (size_t __pos)
bitset< _Nb > & _Unchecked_set (size_t __pos)
bitset< _Nb > & _Unchecked_set (size_t __pos, int __val)
bitset< _Nb > & _Unchecked_reset (size_t __pos)
bitset< _Nb > & _Unchecked_flip (size_t __pos)
bool _Unchecked_test (size_t __pos) const
bitset< _Nb > & set ()
bitset< _Nb > & set (size_t __pos)
bitset< _Nb > & set (size_t __pos, int __val)
bitset< _Nb > & reset ()
bitset< _Nb > & reset (size_t __pos)
bitset< _Nb > & flip ()
bitset< _Nb > & flip (size_t __pos)
bitset< _Nb > operator~ () const
reference operator[] (size_t __pos)
bool operator[] (size_t __pos) const
unsigned long to_ulong () const
string to_string () const
size_t count () const
size_t size () const
bool operator== (const bitset< _Nb > &__rhs) const
bool operator!= (const bitset< _Nb > &__rhs) const
bool test (size_t __pos) const
bool any () const
bool none () const
bitset< _Nb > operator<< (size_t __pos) const
bitset< _Nb > operator>> (size_t __pos) const
size_t _Find_first () const
size_t _Find_next (size_t __prev) const
void _M_copy_from_string (const string &__s, size_t __pos, size_t __n)
void _M_copy_to_string (string &__s) const
void _M_copy_to_string (wstring &__s) const

Private Types

typedef _STLP_PRIV
_Base_bitset< _Words
_Base

Private Member Functions

void _M_do_sanitize ()

Friends

struct reference

Detailed Description

template<size_t _Nb>
class bitset< _Nb >

Definition at line 347 of file _bitset.h.


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

Generated on Sat May 26 2012 06:15:07 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.