DUNE: Uniform Navigational Environment
2020.01.0
|
Classes | |
class | Flusher |
Public Member Functions | |
Terminal (void) | |
~Terminal (void) | |
void | open (const std::string &fname) |
void | close (void) |
Terminal & | lock (const char *str="") |
template<typename T > | |
Terminal & | operator<< (T o) |
Terminal & | operator<< (Flusher &f) |
|
inline |
void DUNE::Streams::Terminal::close | ( | void | ) |
Referenced by Transports::Logging::Task::consume(), and ~Terminal().
Terminal & DUNE::Streams::Terminal::lock | ( | const char * | str = "" | ) |
References DUNE::Concurrency::Mutex::lock().
Referenced by ~Terminal().
void DUNE::Streams::Terminal::open | ( | const std::string & | fname | ) |
Referenced by Transports::Logging::Task::logAuxFiles(), and ~Terminal().
|
inline |
References DUNE::Streams::dune_term, and DUNE::Streams::dune_term_flush.