Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <bitset.h>
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) |
typedef __bitset_base<(N - 1) / (sizeof(size_t) * 8) + 1> std::bitset< N >::base |
|
inline |
bool std::bitset< N >::any | ( | ) | const |
|
inline |
|
inline |