Classes | |
class | bitfield_access |
class | bitfield_base |
class | enum_base |
class | enum_iterator |
Functions | |
template<typename T > | |
BOOST_DEDUCED_TYPENAME T::domain | enum_cast (BOOST_DEDUCED_TYPENAME T::index_type index) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const bitfield_base< T > &value) |
template<typename D , typename V > | |
std::ostream & | operator<< (std::ostream &os, const enum_base< D, V > &rhs) |
template<typename D , typename V > | |
std::istream & | operator>> (std::istream &is, enum_base< D, V > &rhs) |
template<typename T > | |
std::istream & | operator>> (std::istream &is, bitfield_base< T > &rhs) |
BOOST_DEDUCED_TYPENAME T::domain boost::detail::enum_cast | ( | BOOST_DEDUCED_TYPENAME T::index_type | index | ) |
Definition at line 24 of file iterator.hpp.
std::ostream & boost::detail::operator<< | ( | std::ostream & | os, |
const bitfield_base< T > & | value | ||
) |
Definition at line 233 of file bitfield.hpp.
std::ostream& boost::detail::operator<< | ( | std::ostream & | os, |
const enum_base< D, V > & | rhs | ||
) |
std::istream& boost::detail::operator>> | ( | std::istream & | is, |
enum_base< D, V > & | rhs | ||
) |
std::istream& boost::detail::operator>> | ( | std::istream & | is, |
bitfield_base< T > & | rhs | ||
) |
Definition at line 302 of file bitfield.hpp.