#include <Out.hpp>
|
| static std::string | _warni_label = "[\033[35mWARNING\033[0m] " |
| |
| static std::string | _error_label = "[\033[1;31mERROR\033[0m] " |
| |
| static std::string | _debug_label = "[\033[33mDEBUG\033[0m] " |
| |
◆ Mode
◆ Out() [1/2]
| GranOO3::Core::Out::Out |
( |
Mode |
mode | ) |
|
◆ ~Out()
| GranOO3::Core::Out::~Out |
( |
| ) |
|
◆ Out() [2/2]
| GranOO3::Core::Out::Out |
( |
| ) |
|
|
privatedelete |
◆ display_state()
| void GranOO3::Core::Out::display_state |
( |
| ) |
|
◆ display_state_if_needed()
| void GranOO3::Core::Out::display_state_if_needed |
( |
| ) |
|
◆ flush()
| void GranOO3::Core::Out::flush |
( |
| ) |
|
◆ newline()
| std::ostream & GranOO3::Core::Out::newline |
( |
| ) |
|
◆ operator<<()
template<typename T >
| std::ostream & GranOO3::Core::Out::operator<< |
( |
const T & |
t | ) |
|
◆ operator=()
◆ ostream()
| std::ostream & GranOO3::Core::Out::ostream |
( |
| ) |
|
◆ set_ostream()
| void GranOO3::Core::Out::set_ostream |
( |
std::ostream * |
os | ) |
|
◆ _debug_label
| std::string GranOO3::Core::Out::_debug_label = "[\033[33mDEBUG\033[0m] " |
|
staticprivate |
◆ _error_label
| std::string GranOO3::Core::Out::_error_label = "[\033[1;31mERROR\033[0m] " |
|
staticprivate |
◆ _last_status
| unsigned int GranOO3::Core::Out::_last_status |
|
private |
◆ _mode
| Mode GranOO3::Core::Out::_mode |
|
private |
◆ _os
| std::ostream* GranOO3::Core::Out::_os |
|
private |
◆ _warni_label
| std::string GranOO3::Core::Out::_warni_label = "[\033[35mWARNING\033[0m] " |
|
staticprivate |
The documentation for this class was generated from the following files:
- /home/granoo/granoo/Lib/GranOO3/Core/Out.hpp
- /home/granoo/granoo/Lib/GranOO3/Core/Out.cpp