basic_omanipulator2< ArgumentType1, ArgumentType2, charT, traits > Class Template Reference   | ||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef ArgumentType1 | argument_type_1 | 
| typedef ArgumentType2 | argument_type_2 | 
| typedef stream_type &(* | manip_func )(stream_type &, const ArgumentType1 &, const ArgumentType2 &) | 
| typedef std::basic_ostream < charT, traits >  | stream_type | 
Public Member Functions | |
| basic_omanipulator2 (manip_func pf, const ArgumentType1 &arg1, const ArgumentType2 &arg2) | |
| void | do_manip (stream_type &strm) const | 
Protected Attributes | |
| argument_type_1 | arg1_m | 
| argument_type_2 | arg2_m | 
Detailed Description
template<typename ArgumentType1, typename ArgumentType2, class charT, class traits>
 class adobe::basic_omanipulator2< ArgumentType1, ArgumentType2, charT, traits >
Definition at line 134 of file manip.hpp.
Member Typedef Documentation
| typedef ArgumentType1 argument_type_1 | 
| typedef ArgumentType2 argument_type_2 | 
| typedef stream_type&(* manip_func)(stream_type &, const ArgumentType1 &, const ArgumentType2 &) | 
| typedef std::basic_ostream<charT, traits> stream_type | 
Constructor & Destructor Documentation
| basic_omanipulator2 | ( | manip_func | pf, | 
| const ArgumentType1 & | arg1, | ||
| const ArgumentType2 & | arg2 | ||
| ) | 
Member Function Documentation
| void do_manip | ( | stream_type & | strm ) | const | 
Member Data Documentation
argument_type_1 arg1_m [protected] | 
        
argument_type_2 arg2_m [protected] | 
        

