OutputerAll class functions are defined inline.
[ Samples | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| Outputer() ; | |
| Outputer(const Outputer& o) ; | |
| Outputer(char ch) ; | |
| void | operator()(T value) ; |
| protected: |
Back to the top of Outputer
|
A function object used to print to cout.
Author : Keith Suderman
Date : 01/20/2001
|
Back to the top of Outputer
Default constructor set fDelimiter to 0. Output will not be delimited.
Outputer() ;
Function is currently defined inline.
Back to the top of Outputer
Outputer(const Outputer& o) ;
Copy constructor. Makes a copy of the delimiting character.
Outputer(const Outputer& o) ;
Function is currently defined inline.
Back to the top of Outputer
Parameterized constructor. Set the delimiting character when the Ouputer is constructed.
Parameters
Outputer(char ch) ;
Function is currently defined inline.
Back to the top of Outputer
Overload of the function call operator.
void operator()(T value)
;
Function is currently defined inline.
Back to the top of Outputer
| public: | ||
|---|---|---|
| void | operator()(T value) ; | |
| protected: | ||
Back to the top of Outputer
Back to the top of Outputer
Back to the top of Outputer
Generated from source by the Cocoon utilities on Fri Jan 26 13:37:34 2001 .
Report problems to jkotula@vitalimages.com