|
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<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 T , class charT , class traits > |
std::basic_ostream< charT,
traits > & | operator<< (std::basic_ostream< charT, traits > &os, const begin_atom< T > &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) |
Detailed Description
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 | ) |
|
std::ostream& adobe::begin_asl_cel_unsafe |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::begin_javascript |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::begin_pdf |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::begin_xml |
( |
std::ostream & |
os | ) |
|
void adobe::callback |
( |
std::ios_base::event |
ev, |
|
|
std::ios_base & |
strm, |
|
|
int |
idx |
|
) |
| |
std::ostream& adobe::end_asl_cel |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::end_asl_cel_unsafe |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::end_javascript |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::end_pdf |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::end_xml |
( |
std::ostream & |
os | ) |
|
std::ostream& adobe::fmt |
( |
std::ostream & |
os, |
|
|
const T & |
t |
|
) |
| |
basic_format<T> adobe::format |
( |
const T & |
t | ) |
|
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 adobe::basic_omanipulator2< ArgumentType1, ArgumentType2, charT, traits > & |
manip |
|
) |
| |
std::basic_ostream<charT, traits>& adobe::operator<< |
( |
std::basic_ostream< charT, traits > & |
os, |
|
|
const begin_atom< T > & |
manip |
|
) |
| |
void adobe::replace_pword |
( |
std::ios_base & |
iob, |
|
|
int |
idx |
|
) |
| |
void adobe::replace_pword |
( |
std::ios_base & |
iob, |
|
|
int |
idx, |
|
|
const T & |
x |
|
) |
| |
|