trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
trantor::LogStream Class Reference
Inheritance diagram for trantor::LogStream:
Collaboration diagram for trantor::LogStream:

Public Types

using Buffer = detail::FixedBuffer<detail::kSmallBuffer>

Public Member Functions

self & operator<< (bool v)
self & operator<< (short)
self & operator<< (unsigned short)
self & operator<< (int)
self & operator<< (unsigned int)
self & operator<< (long)
self & operator<< (unsigned long)
self & operator<< (const long long &)
self & operator<< (const unsigned long long &)
self & operator<< (const void *)
self & operator<< (float &v)
self & operator<< (const double &)
self & operator<< (const long double &v)
self & operator<< (char v)
template<int N>
self & operator<< (const char(&buf)[N])
self & operator<< (char *str)
self & operator<< (const char *str)
self & operator<< (const unsigned char *str)
self & operator<< (const std::string &v)
void append (const char *data, size_t len)
const char * bufferData () const
size_t bufferLength () const
void resetBuffer ()

The documentation for this class was generated from the following file: