CONIO
2.1
|
constream File Reference
A constream implementation for Mingw/Dev-C++. More...
Namespaces | |
namespace | conio |
This namespace contain all C++ specific things. | |
Functions | |
_Setxy | conio::setxy (int x, int y) |
setxy manipulator | |
_Setclr | conio::setclr (int color) |
setclr manipulator | |
_Setbk | conio::setbk (int color) |
setbk manipulator | |
_Setattr | conio::setattr (int _attr) |
setattr manipulator | |
_Setcrsrtype | conio::setcrsrtype (int type) |
setcrsrtype manipulator | |
std::ostream & | conio::clrscr (std::ostream &o) |
clrscr manipulator | |
std::ostream & | conio::clreol (std::ostream &o) |
clreol manipulator | |
std::ostream & | conio::highvideo (std::ostream &o) |
highvideo manipulator | |
std::ostream & | conio::lowvideo (std::ostream &o) |
lowvideo manipulator | |
std::ostream & | conio::normvideo (std::ostream &o) |
normvideo manipulator | |
std::ostream & | conio::delline (std::ostream &o) |
delline manipulator | |
std::ostream & | conio::insline (std::ostream &o) |
insline manipulator | |
Detailed Description
A constream implementation for Mingw/Dev-C++.
- Warning
- There is not implemented constream class, only manipulators for iostream, so use them on cin/cout.
- Author
- Michal Molhanec micha.nosp@m.l@mo.nosp@m.lhane.nosp@m.c.ne.nosp@m.t
Offered for use in the public domain without any warranty.
Generated on Fri Dec 6 2013 20:09:46 for CONIO by 1.8.2