Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
std::bitset< N > Class Template Reference

#include <bitset.h>

+ Inheritance diagram for std::bitset< N >:
+ Collaboration diagram for std::bitset< N >:

Public Types

typedef __bitset_base<(N - 1)/(sizeof(size_t) *8)+1 > base
 

Public Member Functions

 bitset ()
 
void set (size_t pos, bool val)
 
void reset (size_t pos)
 
bool test (size_t pos) const
 
bool any () const
 

Additional Inherited Members

- Private Member Functions inherited from std::__bitset_base<(N - 1)/(sizeof(size_t) *8)+1 >
 __bitset_base ()
 
bool test (size_t pos) const
 
bool any () const
 
void set (size_t pos, bool val)
 
void reset (size_t pos)
 

Member Typedef Documentation

◆ base

template<size_t N>
typedef __bitset_base<(N - 1) / (sizeof(size_t) * 8) + 1> std::bitset< N >::base

Constructor & Destructor Documentation

◆ bitset()

template<size_t N>
std::bitset< N >::bitset ( )
inline

Member Function Documentation

◆ any()

template<size_t N>
bool std::bitset< N >::any ( ) const

◆ reset()

template<size_t N>
void std::bitset< N >::reset ( size_t  pos)
inline

◆ set()

template<size_t N>
void std::bitset< N >::set ( size_t  pos,
bool  val 
)
inline

◆ test()

template<size_t N>
bool std::bitset< N >::test ( size_t  pos) const
inline

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