Vidalia  0.3.1
Public Member Functions | Public Attributes | List of all members
Log::LogMessage::Stream Struct Reference

#include <Log.h>

Public Member Functions

 Stream (Log::LogLevel t, QIODevice *o)
 

Public Attributes

Log::LogLevel type
 
QIODevice * out
 
int ref
 
QString buf
 

Detailed Description

Definition at line 92 of file Log.h.

Constructor & Destructor Documentation

§ Stream()

Log::LogMessage::Stream::Stream ( Log::LogLevel  t,
QIODevice *  o 
)
inline

Definition at line 93 of file Log.h.

Member Data Documentation

§ buf

QString Log::LogMessage::Stream::buf

Definition at line 98 of file Log.h.

Referenced by Log::LogMessage::arg(), and Log::LogMessage::operator<<().

§ out

QIODevice* Log::LogMessage::Stream::out

Definition at line 96 of file Log.h.

§ ref

int Log::LogMessage::Stream::ref

Definition at line 97 of file Log.h.

Referenced by Log::LogMessage::LogMessage().

§ type

Log::LogLevel Log::LogMessage::Stream::type

Definition at line 95 of file Log.h.


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