manip.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
11 /*************************************************************************************************/
16 /*************************************************************************************************/
22 /*************************************************************************************************/
27 /*************************************************************************************************/
90 /*************************************************************************************************/
131 /*************************************************************************************************/
174 /*************************************************************************************************/
177 std::basic_ostream<charT, traits>& operator << (std::basic_ostream<charT, traits>& os,
186 /*************************************************************************************************/
189 std::basic_ostream<charT, traits>& operator << (std::basic_ostream<charT, traits>& os,
198 /*************************************************************************************************/
236 /*************************************************************************************************/
240 /*************************************************************************************************/
244 /*************************************************************************************************/
248 /*************************************************************************************************/
stream_type &(* manip_func)(stream_type &, const ArgumentType1 &, const ArgumentType2 &) Definition: manip.hpp:140 stream_type &(* manip_func)(stream_type &, const ArgumentType &) Definition: manip.hpp:98 std::basic_ostream< charT, traits > stream_type Definition: manip.hpp:97 STL namespace. inherited_t::argument_type argument_type Definition: manip.hpp:207 basic_bounded_width< char, std::char_traits< char > > bounded_width Definition: manip.hpp:231 basic_bounded_width(argument_type min, argument_type max) Definition: manip.hpp:209 Definition: manip.hpp:134 void do_manip(stream_type &strm) const Definition: manip.hpp:146 Definition: manip.hpp:93 Definition: functional.hpp:26 Definition: manip.hpp:201 basic_omanipulator2(manip_func pf, const ArgumentType1 &arg1, const ArgumentType2 &arg2) Definition: manip.hpp:142 std::ios_base::iostate handle_error(StreamType &strm) const Definition: manip.hpp:44 inherited_t::stream_type stream_type Definition: manip.hpp:206 Definition: manip.hpp:34 inherited_t & operator()(argument_type i) Definition: manip.hpp:214 std::basic_ostream< charT, traits > stream_type Definition: manip.hpp:139 basic_omanipulator(manip_func pf, const argument_type &arg) Definition: manip.hpp:100 basic_bounded_width< wchar_t, std::char_traits< wchar_t > > wbounded_width Definition: manip.hpp:232 |