Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::bitset Class Template Reference

#include <std_bitset.h>

Inherits std::_Base_bitset< __BITSET_WORDS(_Nb)>.

List of all members.

Public Methods


Friends

class  reference

template<size_t _Nb> class std::bitset


Constructor & Destructor Documentation

bitset ( ) [inline]
 

bitset ( unsigned long __val ) [inline]
 

bitset ( const basic_string< _CharT, _Traits, _Alloc > & __s,
size_t __pos = 0 ) [inline, explicit]
 

bitset ( const basic_string< _CharT, _Traits, _Alloc > & __s,
size_t __pos,
size_t __n ) [inline]
 


Member Function Documentation

bitset< _Nb > & operator &=<_Nb> ( const bitset< _Nb > & __rhs ) [inline]
 

bitset< _Nb > & operator|=<_Nb> ( const bitset< _Nb > & __rhs ) [inline]
 

bitset< _Nb > & operator^=<_Nb> ( const bitset< _Nb > & __rhs ) [inline]
 

bitset< _Nb > & operator<<= ( size_t __pos ) [inline]
 

bitset< _Nb > & operator>>=<_Nb> ( size_t __pos ) [inline]
 

bitset< _Nb > & _Unchecked_set<_Nb> ( size_t __pos ) [inline]
 

bitset< _Nb > & _Unchecked_set<_Nb> ( size_t __pos,
int __val ) [inline]
 

bitset< _Nb > & _Unchecked_reset<_Nb> ( size_t __pos ) [inline]
 

bitset< _Nb > & _Unchecked_flip<_Nb> ( size_t __pos ) [inline]
 

bool _Unchecked_test ( size_t __pos ) const [inline]
 

bitset< _Nb > & set<_Nb> ( ) [inline]
 

bitset< _Nb > & set<_Nb> ( size_t __pos ) [inline]
 

bitset< _Nb > & set<_Nb> ( size_t __pos,
int __val ) [inline]
 

bitset< _Nb > & reset<_Nb> ( ) [inline]
 

bitset< _Nb > & reset<_Nb> ( size_t __pos ) [inline]
 

bitset< _Nb > & flip<_Nb> ( ) [inline]
 

bitset< _Nb > & flip<_Nb> ( size_t __pos ) [inline]
 

bitset< _Nb > operator~<_Nb> ( ) const [inline]
 

reference operator[] ( size_t __pos ) [inline]
 

bool operator[] ( size_t __pos ) const [inline]
 

unsigned long to_ulong ( ) const [inline]
 

basic_string< _CharT, _Traits, _Alloc > to_string ( ) const [inline]
 

void _M_copy_from_string ( const basic_string< _CharT, _Traits, _Alloc > & __s,
size_t,
size_t )
 

void _M_copy_to_string ( basic_string< _CharT, _Traits, _Alloc > & ) const
 

size_t count ( ) const [inline]
 

size_t size ( ) const [inline]
 

bool operator== ( const bitset< _Nb > & __rhs ) const [inline]
 

bool operator!= ( const bitset< _Nb > & __rhs ) const [inline]
 

bool test ( size_t __pos ) const [inline]
 

bool any ( ) const [inline]
 

bool none ( ) const [inline]
 

bitset< _Nb > operator<< ( size_t __pos ) const [inline]
 

bitset< _Nb > operator>><_Nb> ( size_t __pos ) const [inline]
 

size_t _Find_first ( ) const [inline]
 

size_t _Find_next ( size_t __prev ) const [inline]
 


Friends And Related Function Documentation

friend class reference [friend]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001