Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages

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...
 
class  etl::ibitset
 

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)
 

Detailed Description

Similar to std::bitset but without requiring std::string.

Function Documentation

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

operator !=

template<const size_t N>
bitset<N> etl::operator& ( const bitset< N > &  lhs,
const bitset< N > &  rhs 
)

operator &

template<const size_t N>
bitset<N> etl::operator^ ( const bitset< N > &  lhs,
const bitset< N > &  rhs 
)

operator ^

template<const size_t N>
bitset<N> etl::operator| ( const bitset< N > &  lhs,
const bitset< N > &  rhs 
)

operator |