Wt::Trace::Stream Class Reference

List of all members.

Public Member Functions

template<typename T>
Streamoperator<< (const T &)
Streamoperator<< (std::ostream &(*)(std::ostream &))

Detailed Description

Definition at line 157 of file trace.h.


Member Function Documentation

Stream& Wt::Trace::Stream::operator<< ( std::ostream &  (*)(std::ostream &)  )  [inline]

Definition at line 165 of file trace.h.

00165                                                          {
00166             return *this;
00167         }

template<typename T>
Stream& Wt::Trace::Stream::operator<< ( const T &   )  [inline]

Definition at line 160 of file trace.h.

00160                                      {
00161             return *this;
00162         }


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

Generated Fri Jul 28 19:33:23 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.