|
|
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) |
|
◆ bounded_width
◆ wbounded_width
◆ begin_asl_cel()
std::ostream& adobe::begin_asl_cel |
( |
std::ostream & |
os | ) |
|
◆ begin_asl_cel_unsafe()
std::ostream& adobe::begin_asl_cel_unsafe |
( |
std::ostream & |
os | ) |
|
◆ begin_javascript()
std::ostream& adobe::begin_javascript |
( |
std::ostream & |
os | ) |
|
◆ begin_pdf()
std::ostream& adobe::begin_pdf |
( |
std::ostream & |
os | ) |
|
◆ begin_xml()
std::ostream& adobe::begin_xml |
( |
std::ostream & |
os | ) |
|
◆ callback()
void adobe::callback |
( |
std::ios_base::event |
ev, |
|
|
std::ios_base & |
strm, |
|
|
int |
idx |
|
) |
| |
◆ end_asl_cel()
std::ostream& adobe::end_asl_cel |
( |
std::ostream & |
os | ) |
|
◆ end_asl_cel_unsafe()
std::ostream& adobe::end_asl_cel_unsafe |
( |
std::ostream & |
os | ) |
|
◆ end_javascript()
std::ostream& adobe::end_javascript |
( |
std::ostream & |
os | ) |
|
◆ end_pdf()
std::ostream& adobe::end_pdf |
( |
std::ostream & |
os | ) |
|
◆ end_xml()
std::ostream& adobe::end_xml |
( |
std::ostream & |
os | ) |
|
◆ fmt()
std::ostream& adobe::fmt |
( |
std::ostream & |
os, |
|
|
const T & |
t |
|
) |
| |
◆ format()
◆ operator<<() [1/3]
std::basic_ostream<charT, traits>& adobe::operator<< |
( |
std::basic_ostream< charT, traits > & |
os, |
|
|
const adobe::basic_omanipulator< ArgumentType, charT, traits > & |
manip |
|
) |
| |
◆ operator<<() [2/3]
std::basic_ostream<charT, traits>& adobe::operator<< |
( |
std::basic_ostream< charT, traits > & |
os, |
|
|
const adobe::basic_omanipulator2< ArgumentType1, ArgumentType2, charT, traits > & |
manip |
|
) |
| |
◆ operator<<() [3/3]
std::basic_ostream<charT, traits>& adobe::operator<< |
( |
std::basic_ostream< charT, traits > & |
os, |
|
|
const begin_atom< T > & |
manip |
|
) |
| |
◆ replace_pword() [1/2]
void adobe::replace_pword |
( |
std::ios_base & |
iob, |
|
|
int |
idx |
|
) |
| |
◆ replace_pword() [2/2]
void adobe::replace_pword |
( |
std::ios_base & |
iob, |
|
|
int |
idx, |
|
|
const T & |
x |
|
) |
| |
|