fs::mth::Rec2_T< T > | Rectangle representation (incomplete) |
fs::mth::Vec2_T< T > | Two dimensional vector representation (incomplete) |
fs::rap::ConWin_t | Console window |
fs::rap::ConWin_t::TxtRcvr_i | Text receiver interface |
fs::rap::SurfCl_t | WinApp_t nested bitmap surface client (incomplete) |
fs::rap::SurfCl_t::PxFmt8888_t | Surface pixel format |
fs::rap::WinApp_t | Single-window Application |
fs::rap::WinApp_t::DrawEv_t | Redraw request event, empty |
fs::rap::WinApp_t::EvRcvr_i | Event receiver (client) interface |
fs::rap::WinApp_t::InitCfg_t | Initial configuration |
fs::rap::WinApp_t::InitEv_t | Init event, empty |
fs::rap::WinApp_t::KeyEv_t | Key / mouse button event |
fs::rap::WinApp_t::MouseEv_t | Mouse position event |
fs::rap::WinApp_t::QuitEv_t | Quit event, empty |
fs::rap::WinApp_t::RunEv_t | Run-time task event, empty |
fs::rap::WinApp_t::SizeEv_t | Resize event |
fs::ras::BmfFnt_t | BMF font loader / renderer |
fs::ras::BmfFnt_t::PxFmt8888_t | RGBA-8888 destination bitmap surface pixel format |
fs::ras::BmfFnt_t::PxFmt888_t | RGB-888 destination bitmap surface pixel format |
fs::ras::Cl565_t | RGB-565 color representation (incomplete) |
fs::ras::Cl8888_t | RGBA-8888 color representation (incomplete) |
fs::ras::Cl888_t | RGB-888 color representation (incomplete) |
fs::ras::nsBitBlt::Cl8888CpPcy_t | BitBlt Copy Policy : RGBA-8888 |
fs::ras::nsBitBlt::Cl8888TrCpPcy_t | BitBlt Copy Policy : RGBA-8888 (with transparency) |
fs::ras::nsBitBlt::Cl888CpPcy_t | BitBlt Copy Policy : RGBA-8888 |
fs::ras::nsBitBlt::Cl888to8888CpPcy_t | BitBlt Copy Policy : from RGBA-8888 to RGB-888 |
fs::ras::nsBitBlt::PxFmt8888_t | BitBlt common RGBA-8888 pixel format |
fs::ras::nsBitBlt::PxFmt888_t | BitBlt common RGB-888 pixel format |
fs::ras::nsDraw::Cl8888DwPcy_t | Draw Policy : RGBA-8888 |
fs::ras::nsDraw::PxFmt8888_t | Common RGBA-8888 pixel format |
fs::ras::nsRle8Blt::Cl8888BlCpPcy_t | Rle8Blt Copy Policy : RGBA-8888 (with alpha blending) |
fs::ras::nsRle8Blt::Cl8888TrCpPcy_t | Rle8Blt Copy Policy : RGBA-8888 (with transparency) |
fs::ras::nsRle8Blt::PxFmt8888_t | Rle8Blt common RGBA-8888 pixel format |
fs::ras::Rle8Enc_t | RLE8 encoder |
fs::ras::Rle8Enc_t::PxFmt8888_t | Input & palette pixel format |
fs::ras::TgaLdr_t | TGA image loader / data holder |
fs::ras::TgaLdr_t::PxFmt8888_t | TgaLdr_t : RGBA-8888 pixel format |
fs::ras::TgaLdr_t::PxFmt888_t | TgaLdr_t : RGB-888 pixel format |
fs::sys::Dll_t | System DLL wrapper |
fs::sys::fdr::DirLst_t | Directory list |
fs::sys::Log_t | Log system |
fs::sys::LogImpl_t | Implementation for Log_t class |
fs::ut::str::CmdLn_t | Command line parser |
fs::ut::str::StrHldr_t | String holder |
fs::ut::str::Toknzr_t | String tokenizer |
fs::ut::str::WStrHldr_t | Wide-character string holder |
fs::ut::tpl::Int2Type_T< n > | Type generator based on an integral constant |
fs::ut::XmlDoc_t | Simple TinyXml wrapper |
FS_STATIC_ASSERT___E_R_R_O_R___< true > | Helper template for compile-time error checking |
test::Client_t | |
test::Client_t | |
test::TxtRcvr_t | A sample text receiver, it routes typed text to the target console |