Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
std::__bitset_base< 1 > Class Reference

#include <bitset.h>

Public Member Functions

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

Private Attributes

size_t data
 

Constructor & Destructor Documentation

◆ __bitset_base()

std::__bitset_base< 1 >::__bitset_base ( )
inline

Member Function Documentation

◆ any()

bool std::__bitset_base< 1 >::any ( ) const

◆ reset()

void std::__bitset_base< 1 >::reset ( size_t  pos)
inline

◆ set()

void std::__bitset_base< 1 >::set ( size_t  pos,
bool  val 
)
inline

◆ test()

bool std::__bitset_base< 1 >::test ( size_t  pos) const
inline

Member Data Documentation

◆ data

size_t std::__bitset_base< 1 >::data
private

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