#include <array.hpp>
Classes | |
| struct | category |
Public Types | |
| typedef Ch | char_type |
| typedef std::pair< char_type *, char_type * > | pair_type |
Public Member Functions | |
| array_adapter (char_type *begin, char_type *end) | |
| array_adapter (char_type *begin, std::size_t length) | |
| array_adapter (const char_type *begin, const char_type *end) | |
| array_adapter (const char_type *begin, std::size_t length) | |
| template<int N> | |
| array_adapter (char_type(&ar)[N]) | |
| pair_type | input_sequence () |
| pair_type | output_sequence () |
| typedef Ch boost::iostreams::detail::array_adapter< Mode, Ch >::char_type |
| typedef std::pair<char_type*, char_type*> boost::iostreams::detail::array_adapter< Mode, Ch >::pair_type |
| boost::iostreams::detail::array_adapter< Mode, Ch >::array_adapter | ( | char_type * | begin, |
| char_type * | end | ||
| ) |
Referenced by boost::iostreams::BOOST_PP_CAT().
| boost::iostreams::detail::array_adapter< Mode, Ch >::array_adapter | ( | char_type * | begin, |
| std::size_t | length | ||
| ) |
| boost::iostreams::detail::array_adapter< Mode, Ch >::array_adapter | ( | const char_type * | begin, |
| const char_type * | end | ||
| ) |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
| boost::iostreams::detail::array_adapter< Mode, Ch >::array_adapter | ( | const char_type * | begin, |
| std::size_t | length | ||
| ) |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
| array_adapter< Mode, Ch >::pair_type boost::iostreams::detail::array_adapter< Mode, Ch >::input_sequence | ( | ) |
| array_adapter< Mode, Ch >::pair_type boost::iostreams::detail::array_adapter< Mode, Ch >::output_sequence | ( | ) |