This namespace contain all C++ specific things.
More...
|
_Setxy | setxy (int x, int y) |
| setxy manipulator
|
|
_Setclr | setclr (int color) |
| setclr manipulator
|
|
_Setbk | setbk (int color) |
| setbk manipulator
|
|
_Setattr | setattr (int _attr) |
| setattr manipulator
|
|
_Setcrsrtype | setcrsrtype (int type) |
| setcrsrtype manipulator
|
|
std::ostream & | clrscr (std::ostream &o) |
| clrscr manipulator
|
|
std::ostream & | clreol (std::ostream &o) |
| clreol manipulator
|
|
std::ostream & | highvideo (std::ostream &o) |
| highvideo manipulator
|
|
std::ostream & | lowvideo (std::ostream &o) |
| lowvideo manipulator
|
|
std::ostream & | normvideo (std::ostream &o) |
| normvideo manipulator
|
|
std::ostream & | delline (std::ostream &o) |
| delline manipulator
|
|
std::ostream & | insline (std::ostream &o) |
| insline manipulator
|
|
This namespace contain all C++ specific things.
std::ostream& conio::clreol |
( |
std::ostream & |
o | ) |
|
|
inline |
std::ostream& conio::clrscr |
( |
std::ostream & |
o | ) |
|
|
inline |
std::ostream& conio::delline |
( |
std::ostream & |
o | ) |
|
|
inline |
std::ostream& conio::highvideo |
( |
std::ostream & |
o | ) |
|
|
inline |
std::ostream& conio::insline |
( |
std::ostream & |
o | ) |
|
|
inline |
std::ostream& conio::lowvideo |
( |
std::ostream & |
o | ) |
|
|
inline |
std::ostream& conio::normvideo |
( |
std::ostream & |
o | ) |
|
|
inline |
_Setattr conio::setattr |
( |
int |
_attr | ) |
|
|
inline |
_Setbk conio::setbk |
( |
int |
color | ) |
|
|
inline |
_Setclr conio::setclr |
( |
int |
color | ) |
|
|
inline |
_Setcrsrtype conio::setcrsrtype |
( |
int |
type | ) |
|
|
inline |
_Setxy conio::setxy |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
setxy manipulator
- See Also
- gotoxy