I/O Manipulators   | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes | |
| class | asl_cel_format | 
| class | basic_bounded_width< charT, traits > | 
| class | basic_format< T > | 
| class | basic_omanipulator< ArgumentType, charT, traits > | 
| class | basic_omanipulator2< ArgumentType1, ArgumentType2, charT, traits > | 
| class | begin_atom< T > | 
| class | begin_bag | 
| class | format_base | 
| class | format_element_t | 
| class | indents | 
| class | javascript_format | 
| class | manipulator_base | 
| class | pdf_format | 
| class | xml_format | 
Typedefs | |
| typedef basic_bounded_width < char, std::char_traits< char > >  | bounded_width | 
| typedef basic_bounded_width < wchar_t, std::char_traits < wchar_t > >  | wbounded_width | 
Functions | |
| std::ostream & | begin_asl_cel (std::ostream &os) | 
| std::ostream & | begin_asl_cel_unsafe (std::ostream &os) | 
| std::ostream & | begin_javascript (std::ostream &os) | 
| std::ostream & | begin_pdf (std::ostream &os) | 
| std::ostream & | begin_xml (std::ostream &os) | 
| template<typename NewFormat > | |
| void | callback (std::ios_base::event ev, std::ios_base &strm, int idx) | 
| std::ostream & | end_asl_cel (std::ostream &os) | 
| std::ostream & | end_asl_cel_unsafe (std::ostream &os) | 
| std::ostream & | end_javascript (std::ostream &os) | 
| std::ostream & | end_pdf (std::ostream &os) | 
| std::ostream & | end_xml (std::ostream &os) | 
| template<class T > | |
| std::ostream & | fmt (std::ostream &os, const T &t) | 
| template<class T > | |
| basic_format< T > | format (const T &t) | 
| 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<typename T , class charT , class traits > | |
| std::basic_ostream< charT,  traits > &  | operator<< (std::basic_ostream< charT, traits > &os, const begin_atom< T > &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) | 
| template<typename OldFormat , typename NewFormat > | |
| void | replace_pword (std::ios_base &iob, int idx) | 
| template<typename OldFormat , typename NewFormat , typename T > | |
| void | replace_pword (std::ios_base &iob, int idx, const T &x) | 
Typedef Documentation
| typedef basic_bounded_width<char, std::char_traits<char> > bounded_width | 
| typedef basic_bounded_width<wchar_t, std::char_traits<wchar_t> > wbounded_width | 
Function Documentation
| std::ostream& adobe::begin_asl_cel | ( | std::ostream & | os ) | 
Definition at line 59 of file iomanip_asl_cel.hpp.
| std::ostream& adobe::begin_asl_cel_unsafe | ( | std::ostream & | os ) | 
Definition at line 74 of file iomanip_asl_cel.hpp.
| std::ostream& adobe::begin_javascript | ( | std::ostream & | os ) | 
Definition at line 53 of file iomanip_javascript.hpp.
| std::ostream& adobe::begin_pdf | ( | std::ostream & | os ) | 
Definition at line 53 of file iomanip_pdf.hpp.
| std::ostream& adobe::begin_xml | ( | std::ostream & | os ) | 
Definition at line 53 of file iomanip_xml.hpp.
| void adobe::callback | ( | std::ios_base::event | ev, | 
| std::ios_base & | strm, | ||
| int | idx | ||
| ) | 
Definition at line 315 of file iomanip.hpp.
| std::ostream& adobe::end_asl_cel | ( | std::ostream & | os ) | 
Definition at line 68 of file iomanip_asl_cel.hpp.
| std::ostream& adobe::end_asl_cel_unsafe | ( | std::ostream & | os ) | 
Definition at line 83 of file iomanip_asl_cel.hpp.
| std::ostream& adobe::end_javascript | ( | std::ostream & | os ) | 
Definition at line 62 of file iomanip_javascript.hpp.
| std::ostream& adobe::end_pdf | ( | std::ostream & | os ) | 
Definition at line 62 of file iomanip_pdf.hpp.
| std::ostream& adobe::end_xml | ( | std::ostream & | os ) | 
Definition at line 62 of file iomanip_xml.hpp.
| std::ostream& adobe::fmt | ( | std::ostream & | os, | 
| const T & | t | ||
| ) | 
Definition at line 376 of file iomanip.hpp.
| basic_format<T> adobe::format | ( | const T & | t ) | 
Definition at line 407 of file iomanip.hpp.
| std::basic_ostream<charT, traits>& adobe::operator<< | ( | std::basic_ostream< charT, traits > & | os, | 
| const adobe::basic_omanipulator< ArgumentType, charT, traits > & | manip | ||
| ) | 
| std::basic_ostream<charT, traits>& adobe::operator<< | ( | std::basic_ostream< charT, traits > & | os, | 
| const begin_atom< T > & | manip | ||
| ) | 
Definition at line 302 of file iomanip.hpp.
| std::basic_ostream<charT, traits>& adobe::operator<< | ( | std::basic_ostream< charT, traits > & | os, | 
| const adobe::basic_omanipulator2< ArgumentType1, ArgumentType2, charT, traits > & | manip | ||
| ) | 
| void adobe::replace_pword | ( | std::ios_base & | iob, | 
| int | idx | ||
| ) | 
Definition at line 348 of file iomanip.hpp.
| void adobe::replace_pword | ( | std::ios_base & | iob, | 
| int | idx, | ||
| const T & | x | ||
| ) | 
Definition at line 362 of file iomanip.hpp.

