#include <ioformat.h>
Public Member Functions | |
| oformatstate (ostream &ut) | |
| oformatstate (char code, int w=0, int p=0, char c=' ', opt_mode f=std::ios_base::fixed) | |
| oformatstate (char code, int w=0, int p=0, char c=' ', opt_mode f=0) | |
Private Attributes | |
| int | owidth |
| int | oprecision |
| char | ofill |
| opt_mode | oflags |
Friends | |
| ostream & | operator<< (ostream &ut, oformatstate const &fmt) |
| ostream & | operator>> (ostream &ut, oformatstate &fmt) |
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|