f78 Choices in formatting

Contents|Index|Previous|Next

Choices in formatting

The following methods control (or report on) settings for some details of controlling streams, primarily to do with formatting output.

char ios::fill ()const 
Method 
char ios::fill (char padding) 
Method 
int ios::precision ()const 
Method 
int ios::precision (int signif) 
Method 
int ios::width ()const 
Method 
int ios::width (int num) 
Method 
fmtflags ios::flags ()const 
Method 
fmtflags ios::flags (fmtflags value) 
Method 
fmtflags ios::setf (fmtflags flag) 
Method 
fmtflags ios::setf (fmtflags flag, fmtflags mask) 
Method 
fmtflags ios::unsetf (<
372
/FONT>fmtflags flag) 
Method 
0