#include "CeylanTextDisplayable.h"
#include "CeylanTypes.h"
#include "CeylanSystem.h"
#include "CeylanTextBuffer.h"
Go to the source code of this file.
Classes | |
class | Ceylan::System::Console |
Provides a console abstraction for basic output of text in a terminal. More... | |
class | Ceylan::System::Console::Console::ConsoleException |
Exception thrown when an operation on a Console failed. More... | |
struct | Ceylan::System::Console::Console::BackgroundColor |
Escape sequences for color backgrounds in terminal. More... | |
struct | Ceylan::System::Console::Console::ForegroundColor |
Escape sequences for color foregrounds in terminal. More... | |
Namespaces | |
namespace | Ceylan |
This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
namespace | Ceylan::System |
General system calls and properties. |