Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
bitset.h File Reference
#include <algorithm>
#include <iterator>
#include <string.h>
#include <stdint.h>
#include <stddef.h>
#include "integral_limits.h"
#include "smallest.h"
#include "array.h"
#include "nullptr.h"
#include "log.h"
#include "ibitset.h"

Go to the source code of this file.

Classes

class  etl::bitset< N >
 
class  etl::bitset< N >::bit_reference
 The reference type returned. More...
 
class  etl::bitset< N >::iterator
 The iterator type. More...
 
class  etl::bitset< N >::const_iterator
 The const_iterator type. More...
 

Functions

template<const size_t N>
bitset< N > etl::operator& (const bitset< N > &lhs, const bitset< N > &rhs)
 
template<const size_t N>
bitset< N > etl::operator| (const bitset< N > &lhs, const bitset< N > &rhs)
 
template<const size_t N>
bitset< N > etl::operator^ (const bitset< N > &lhs, const bitset< N > &rhs)
 
template<const size_t N>
bool etl::operator!= (const bitset< N > &lhs, const bitset< N > &rhs)
 
template<const size_t N>
void swap (etl::bitset< N > &lhs, etl::bitset< N > &rhs)
 swap