Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
typedef std::recursive_mutex | mutex_t |
typedef std::lock_guard< CircularLineBuffer > | lock_guard_t |
typedef std::char_traits< char > | traits_type |
typedef vtb::core::Circular_buffer< LogLine > | line_array |
typedef LogLine * | pointer |
typedef const LogLine * | const_pointer |
typedef pointer_pair< LogLine > | view_type |
Public Member Functions | |
void | put (const char *s, LogLineMarker marker, std::streamsize n=1) |
void | clear () |
void | lock () |
void | unlock () |
const line_array & | lines () const |
bool | sync () |
Definition at line 88 of file CircularLineBuffer.hh.