|
std::streamsize | boost::iostreams::rand (int inc) |
|
template<typename Filter > |
bool | boost::iostreams::test_input_filter (Filter filter, const std::string &input, const std::string &output, mpl::true_) |
|
template<typename Filter , typename Source1 , typename Source2 > |
bool | boost::iostreams::test_input_filter (Filter filter, const Source1 &input, const Source2 &output, mpl::false_) |
|
template<typename Filter , typename Source1 , typename Source2 > |
bool | boost::iostreams::test_input_filter (Filter filter, const Source1 &input, const Source2 &output) |
|
template<typename Filter > |
bool | boost::iostreams::test_output_filter (Filter filter, const std::string &input, const std::string &output, mpl::true_) |
|
template<typename Filter , typename Source1 , typename Source2 > |
bool | boost::iostreams::test_output_filter (Filter filter, const Source1 &input, const Source2 &output, mpl::false_) |
|
template<typename Filter , typename Source1 , typename Source2 > |
bool | boost::iostreams::test_output_filter (Filter filter, const Source1 &input, const Source2 &output) |
|
template<typename OutputFilter , typename InputFilter > |
bool | boost::iostreams::test_filter_pair (OutputFilter out, InputFilter in, const std::string &data, mpl::true_) |
|
template<typename OutputFilter , typename InputFilter , typename Source > |
bool | boost::iostreams::test_filter_pair (OutputFilter out, InputFilter in, const Source &data, mpl::false_) |
|
template<typename OutputFilter , typename InputFilter , typename Source > |
bool | boost::iostreams::test_filter_pair (OutputFilter out, InputFilter in, const Source &data) |
|