Embedded Template Library  1.0
bitset.h File Reference
#include <string.h>
#include <stddef.h>
#include <stdint.h>
#include "platform.h"
#include "algorithm.h"
#include "iterator.h"
#include "integral_limits.h"
#include "nullptr.h"
#include "log.h"
#include "exception.h"
#include "binary.h"
#include "char_traits.h"
#include "static_assert.h"
#include "error_handler.h"
#include "span.h"
#include "private/minmax_push.h"
#include "private/minmax_pop.h"

Go to the source code of this file.

Classes

class  etl::bitset_exception
 
class  etl::bitset_nullptr
 
class  etl::bitset_type_too_small
 
class  etl::ibitset
 
class  etl::ibitset::bit_reference
 The reference type returned. More...
 
class  etl::bitset< MAXN >
 

Namespaces

 etl
 

Macros

#define ETL_FILE   "52"
 

Functions

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