Classes | |
| class | _con_dev |
| class | _ClassDef |
| class | _ClassDefImpl |
| class | _ClassManager |
| class | _ClassDefRegister |
| class | _KeyFilter |
| class | _MouseMoveDirectionFilter |
| class | _MouseMoveFilter |
| class | _MouseButtonFilter |
| class | _AxisMoveDirectionFilter |
| class | _AxisMoveFilter |
| class | _PovMoveDirectionFilter |
| class | _PovMoveFilter |
| class | _JoyStickButtonFilter |
| class | _OrFilter |
| class | _NotFilter |
| class | _Logger |
| class | _RuntimeExceptionThrower |
| class | _SmartAssert |
Functions | |
| _EXPORT_ODYSSEY color | _color_cast (const color &src, color::ColorSystem to) |
| static const WORD | bgMask (BACKGROUND_BLUE|BACKGROUND_GREEN|BACKGROUND_RED|BACKGROUND_INTENSITY) |
| static const WORD | fgMask (FOREGROUND_BLUE|FOREGROUND_GREEN|FOREGROUND_RED|FOREGROUND_INTENSITY) |
| static const WORD | fgBlack (0) |
| static const WORD | fgLoRed (FOREGROUND_RED) |
| static const WORD | fgLoGreen (FOREGROUND_GREEN) |
| static const WORD | fgLoBlue (FOREGROUND_BLUE) |
| static const WORD | fgLoCyan (fgLoGreen|fgLoBlue) |
| static const WORD | fgLoMagenta (fgLoRed|fgLoBlue) |
| static const WORD | fgLoYellow (fgLoRed|fgLoGreen) |
| static const WORD | fgLoWhite (fgLoRed|fgLoGreen|fgLoBlue) |
| static const WORD | fgGray (fgBlack|FOREGROUND_INTENSITY) |
| static const WORD | fgHiWhite (fgLoWhite|FOREGROUND_INTENSITY) |
| static const WORD | fgHiBlue (fgLoBlue|FOREGROUND_INTENSITY) |
| static const WORD | fgHiGreen (fgLoGreen|FOREGROUND_INTENSITY) |
| static const WORD | fgHiRed (fgLoRed|FOREGROUND_INTENSITY) |
| static const WORD | fgHiCyan (fgLoCyan|FOREGROUND_INTENSITY) |
| static const WORD | fgHiMagenta (fgLoMagenta|FOREGROUND_INTENSITY) |
| static const WORD | fgHiYellow (fgLoYellow|FOREGROUND_INTENSITY) |
| static const WORD | bgBlack (0) |
| static const WORD | bgLoRed (BACKGROUND_RED) |
| static const WORD | bgLoGreen (BACKGROUND_GREEN) |
| static const WORD | bgLoBlue (BACKGROUND_BLUE) |
| static const WORD | bgLoCyan (bgLoGreen|bgLoBlue) |
| static const WORD | bgLoMagenta (bgLoRed|bgLoBlue) |
| static const WORD | bgLoYellow (bgLoRed|bgLoGreen) |
| static const WORD | bgLoWhite (bgLoRed|bgLoGreen|bgLoBlue) |
| static const WORD | bgGray (bgBlack|BACKGROUND_INTENSITY) |
| static const WORD | bgHiWhite (bgLoWhite|BACKGROUND_INTENSITY) |
| static const WORD | bgHiBlue (bgLoBlue|BACKGROUND_INTENSITY) |
| static const WORD | bgHiGreen (bgLoGreen|BACKGROUND_INTENSITY) |
| static const WORD | bgHiRed (bgLoRed|BACKGROUND_INTENSITY) |
| static const WORD | bgHiCyan (bgLoCyan|BACKGROUND_INTENSITY) |
| static const WORD | bgHiMagenta (bgLoMagenta|BACKGROUND_INTENSITY) |
| static const WORD | bgHiYellow (bgLoYellow|BACKGROUND_INTENSITY) |
| std::ostream & | clr (std::ostream &os) |
| std::ostream & | fg_red (std::ostream &os) |
| std::ostream & | fg_green (std::ostream &os) |
| std::ostream & | fg_blue (std::ostream &os) |
| std::ostream & | fg_white (std::ostream &os) |
| std::ostream & | fg_cyan (std::ostream &os) |
| std::ostream & | fg_magenta (std::ostream &os) |
| std::ostream & | fg_yellow (std::ostream &os) |
| std::ostream & | fg_black (std::ostream &os) |
| std::ostream & | fg_gray (std::ostream &os) |
| std::ostream & | bg_red (std::ostream &os) |
| std::ostream & | bg_green (std::ostream &os) |
| std::ostream & | bg_blue (std::ostream &os) |
| std::ostream & | bg_white (std::ostream &os) |
| std::ostream & | bg_cyan (std::ostream &os) |
| std::ostream & | bg_magenta (std::ostream &os) |
| std::ostream & | bg_yellow (std::ostream &os) |
| std::ostream & | bg_black (std::ostream &os) |
| std::ostream & | bg_gray (std::ostream &os) |
Variables | |
| static class Odyssey::Details::_con_dev | console |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO