iostream class
More...
Go to the source code of this file.
◆ endl()
insert endline
- Parameters
-
- Returns
- The stream
◆ flush()
flush manipulator
- Parameters
-
- Returns
- The stream
◆ operator<<() [1/3]
setfill manipulator
- Parameters
-
| [in] | os | the stream |
| [in] | arg | set setfill object |
- Returns
- the stream
◆ operator<<() [2/3]
setprecision manipulator
- Parameters
-
| [in] | os | the stream |
| [in] | arg | set setprecision object |
- Returns
- the stream
◆ operator<<() [3/3]
setw manipulator
- Parameters
-
| [in] | os | the stream |
| [in] | arg | set setw object |
- Returns
- the stream
◆ operator>>() [1/3]
setprecision manipulator
- Parameters
-
| [in] | is | the stream |
| [in] | arg | set setprecision object |
- Returns
- the stream
◆ operator>>() [2/3]
setw manipulator
- Parameters
-
| [in] | is | the stream |
| [in] | arg | set setw object |
- Returns
- the stream
◆ operator>>() [3/3]
setfill manipulator
- Parameters
-
| [in] | obj | the stream |
| [in] | arg | set setfill object |
- Returns
- the stream
◆ ws()
Skip white space
- Parameters
-
- Returns
- The stream