AngelCAD
1.5-00
|
Output stream allowing expressions like: cout << "Hello World!" << endl;. More...
#include <angelcad.h>
Public Member Functions | |
as_ostream & | opShl (bool v) |
as_ostream & | opShl (const string &in v) |
as_ostream & | opShl (double v) |
as_ostream & | opShl (float v) |
as_ostream & | opShl (int64 v) |
as_ostream & | opShl (uint64 v) |
Output stream allowing expressions like: cout << "Hello World!" << endl;.
as_ostream& as_ostream::opShl | ( | bool | v | ) |
v | bool |
as_ostream& as_ostream::opShl | ( | const string &in | v | ) |
v | const string& |
as_ostream& as_ostream::opShl | ( | double | v | ) |
v | double |
as_ostream& as_ostream::opShl | ( | float | v | ) |
v | float |
as_ostream& as_ostream::opShl | ( | int64 | v | ) |
v | int64 |
as_ostream& as_ostream::opShl | ( | uint64 | v | ) |
v | uint64 |