#include <adobe/config.hpp>
#include <iostream>
Go to the source code of this file.
|
| typedef basic_bounded_width< char, std::char_traits< char > > | bounded_width |
| |
| typedef basic_bounded_width< wchar_t, std::char_traits< wchar_t > > | wbounded_width |
| |
|
| template<class ArgumentType , class charT , class traits > |
| std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &os, const adobe::basic_omanipulator< ArgumentType, charT, traits > &manip) |
| |
| template<class ArgumentType1 , class ArgumentType2 , class charT , class traits > |
| std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &os, const adobe::basic_omanipulator2< ArgumentType1, ArgumentType2, charT, traits > &manip) |
| |