![]() |
DUNE: Uniform Navigational Environment
2016.09.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 |
|
inline |
References close().
| 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().
| void DUNE::Streams::Terminal::open | ( | const std::string & | fname | ) |
Referenced by Transports::Logging::Task::logAuxFiles().
|
inline |
References DUNE::Concurrency::Mutex::unlock().
