AngelCAD  1.5-00
Public Member Functions | List of all members
as_ostream Class Reference

Output stream allowing expressions like: cout << "Hello World!" << endl;. More...

#include <angelcad.h>

Public Member Functions

as_ostreamopShl (bool v)
 
as_ostreamopShl (const string &in v)
 
as_ostreamopShl (double v)
 
as_ostreamopShl (float v)
 
as_ostreamopShl (int64 v)
 
as_ostreamopShl (uint64 v)
 

Detailed Description

Output stream allowing expressions like: cout << "Hello World!" << endl;.

Member Function Documentation

◆ opShl() [1/6]

as_ostream& as_ostream::opShl ( bool  v)
Parameters
vbool
Returns
as_ostream&@

◆ opShl() [2/6]

as_ostream& as_ostream::opShl ( const string &in  v)
Parameters
vconst string&
Returns
as_ostream&@

◆ opShl() [3/6]

as_ostream& as_ostream::opShl ( double  v)
Parameters
vdouble
Returns
as_ostream&@

◆ opShl() [4/6]

as_ostream& as_ostream::opShl ( float  v)
Parameters
vfloat
Returns
as_ostream&@

◆ opShl() [5/6]

as_ostream& as_ostream::opShl ( int64  v)
Parameters
vint64
Returns
as_ostream&@

◆ opShl() [6/6]

as_ostream& as_ostream::opShl ( uint64  v)
Parameters
vuint64
Returns
as_ostream&@

The documentation for this class was generated from the following file: