|
Arduino Libraries
|
#include <fast_bitset.hpp>
Public Types | |
| typedef size_trait< N >::type | T |
| typedef uint8_t | size_type |
Public Member Functions | |
| fast_bitset () | |
| fast_bitset (fast_bitset const &arg) | |
| fast_bitset & | operator= (fast_bitset const &rhs) |
| void | set () |
| void | set (size_type const &pos, uint8_t const &val=true) |
| void | flip () |
| void | flip (size_type const &pos) |
| void | reset () |
| void | reset (size_type const &pos) |
| bool | operator[] (size_type const &pos) const |
| operator T & () | |
| bool | any () const |
| bool | none () const |
| template<typename S > | |
| void | print (S &os) const |
| template<typename Archive > | |
| void | serialize (Archive &ar) |
| typedef uint8_t ustd::fast_bitset< N >::size_type |
| typedef size_trait<N>::type ustd::fast_bitset< N >::T |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6