iomanip.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/ 11 /*************************************************************************************************/ 16 /*************************************************************************************************/ 33 /*************************************************************************************************/ 37 /*************************************************************************************************/ 41 /*************************************************************************************************/ 45 /*************************************************************************************************/ 52 /*************************************************************************************************/ 96 /*************************************************************************************************/ 161 buf << "stack_n: n(" << static_cast<unsigned int>(n) << ") > size(" << static_cast<unsigned int>(stack_m.size()) << ")."; 173 buf << "stack_n: n(" << static_cast<unsigned int>(n) << ") > size(" << static_cast<unsigned int>(stack_m.size()) << ")."; 195 /*************************************************************************************************/ 210 /*************************************************************************************************/ 238 /*************************************************************************************************/ 265 /*************************************************************************************************/ 269 class begin_atom : public basic_omanipulator<const any_regular_t, char, std::char_traits<char> > 298 /*************************************************************************************************/ 302 std::basic_ostream<charT, traits>& operator << (std::basic_ostream<charT, traits>& os, 311 /*************************************************************************************************/ 344 /*************************************************************************************************/ 358 /*************************************************************************************************/ 372 /*************************************************************************************************/ 383 /*************************************************************************************************/ 403 /*************************************************************************************************/ 412 /*************************************************************************************************/ 416 /*************************************************************************************************/ 420 /*************************************************************************************************/ 424 /*************************************************************************************************/
Definition: functional.hpp:213 inherited_t::argument_type argument_type Definition: iomanip.hpp:393 Definition: iomanip.hpp:387 format_base::stream_type & begin_alternate(format_base::stream_type &os) std::basic_ostream< char, std::char_traits< char > > stream_type Definition: manip.hpp:97 void push_stack(stream_type &os, const stack_value_type &element=format_element_t()) Definition: iomanip.hpp:136 Definition: iomanip.hpp:60 void callback(std::ios_base::event ev, std::ios_base &strm, int idx) Definition: iomanip.hpp:315 std::size_t argument_type Definition: manip.hpp:96 virtual void begin_bag(stream_type &os, const std::string &) Definition: iomanip.hpp:112 format_base::stream_type & end_alternate(format_base::stream_type &os) inherited_t & operator()(const argument_type &) Definition: iomanip.hpp:399 format_base::stream_type & end_sequence(format_base::stream_type &os) format_base::stream_type & end_bag(format_base::stream_type &os) format_base * get_formatter(std::ostream &os) format_base::stream_type & end_atom(format_base::stream_type &os) format_base::stream_type & begin_sequence(format_base::stream_type &os) Definition: manip.hpp:93 Definition: functional.hpp:26 boost::range_difference< InputRange >::type count(InputRange &range, T &value) count implementation Definition: count.hpp:41 const stack_value_type & stack_n(std::size_t n) const Definition: iomanip.hpp:156 Definition: iomanip.hpp:99 virtual void begin_atom(stream_type &os, const any_regular_t &) Definition: iomanip.hpp:121 Definition: iomanip.hpp:213 argument_type arg_m Definition: manip.hpp:128 format_base::stream_type & begin_format(format_base::stream_type &os) virtual void end_sequence(stream_type &os) Definition: iomanip.hpp:116 virtual void begin_alternate(stream_type &os) Definition: iomanip.hpp:118 Definition: name_fwd.hpp:42 virtual void begin_format(stream_type &os) Definition: iomanip.hpp:109 Definition: name.hpp:77 virtual void begin_sequence(stream_type &os) Definition: iomanip.hpp:115 virtual void end_alternate(stream_type &os) Definition: iomanip.hpp:119 format_element_t(name_t tag=name_t(), const std::string &ident=std::string()) Definition: iomanip.hpp:63 A runtime polymorphic type similar to boost::any which can hold any type which models Regular... Definition: any_regular.hpp:426 Definition: iomanip.hpp:269 format_base::stream_type & end_format(format_base::stream_type &os) format_element_t(name_t tag, const any_regular_t &value) Definition: iomanip.hpp:71 Definition: iomanip.hpp:241 |