Adbase
Adinf C++ base library V2
|
#include <LogStream.hpp>
Public Member Functions | |
FixedBuffer () | |
~FixedBuffer () | |
void | append (const char *buf, size_t len) |
const char * | data () const |
int | length () const |
char * | current () |
int | avail () const |
void | add (size_t len) |
void | reset () |
void | bzero () |
const char * | debugString () |
void | setCookie (void(*cookie)()) |
std::string | toString () const |
Definition at line 25 of file LogStream.hpp.
|
inline |
Definition at line 27 of file LogStream.hpp.
|
inline |
Definition at line 31 of file LogStream.hpp.
|
inline |
Definition at line 62 of file LogStream.hpp.
|
inline |
Definition at line 35 of file LogStream.hpp.
|
inline |
Definition at line 58 of file LogStream.hpp.
Referenced by adbase::detail::FixedBuffer< detail::kSmallBuffer >::append().
|
inline |
Definition at line 70 of file LogStream.hpp.
Referenced by adbase::detail::FixedBuffer< detail::kSmallBuffer >::bzero().
|
inline |
Definition at line 54 of file LogStream.hpp.
|
inline |
Definition at line 46 of file LogStream.hpp.
Referenced by adbase::Logger::~Logger().
const char * adbase::FixedBuffer::debugString | ( | ) |
Definition at line 65 of file LogStream.cpp.
References adbase::detail::convert().
Referenced by adbase::detail::FixedBuffer< detail::kSmallBuffer >::bzero().
|
inline |
Definition at line 50 of file LogStream.hpp.
Referenced by adbase::detail::FixedBuffer< detail::kSmallBuffer >::append(), adbase::detail::FixedBuffer< detail::kSmallBuffer >::toString(), and adbase::Logger::~Logger().
|
inline |
Definition at line 66 of file LogStream.hpp.
|
inline |
Definition at line 76 of file LogStream.hpp.
Referenced by adbase::detail::FixedBuffer< detail::kSmallBuffer >::FixedBuffer(), and adbase::detail::FixedBuffer< detail::kSmallBuffer >::~FixedBuffer().
|
inline |
Definition at line 80 of file LogStream.hpp.
Referenced by adbase::LogStream::operator<<().