![]() |
AngelCAD
1.5-00
|
Input stream (usable in console window only). Provides "cin" input stream. More...
#include <angelcad.h>
Public Member Functions | |
| as_istream & | opShr (bool &out v) |
| as_istream & | opShr (double &out v) |
| as_istream & | opShr (float &out v) |
| as_istream & | opShr (int &out v) |
| as_istream & | opShr (int64 &out v) |
| as_istream & | opShr (string &out v) |
| as_istream & | opShr (uint &out v) |
| as_istream & | opShr (uint64 &out v) |
Input stream (usable in console window only). Provides "cin" input stream.
Example use: int i=0; cin >> i;
| as_istream& as_istream::opShr | ( | bool &out | v | ) |
| v | bool |
| as_istream& as_istream::opShr | ( | double &out | v | ) |
| v | double |
| as_istream& as_istream::opShr | ( | float &out | v | ) |
| v | float |
| as_istream& as_istream::opShr | ( | int &out | v | ) |
| v | int |
| as_istream& as_istream::opShr | ( | int64 &out | v | ) |
| v | int64 |
| as_istream& as_istream::opShr | ( | string &out | v | ) |
| v | string& |
| as_istream& as_istream::opShr | ( | uint &out | v | ) |
| v | uint |
| as_istream& as_istream::opShr | ( | uint64 &out | v | ) |
| v | uint64 |
1.8.13