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 /*************************************************************************************************/
|