Wt::Trace Class Reference

#include <trace.h>

Collaboration diagram for Wt::Trace:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setInfo (const char *, int)
int operator() (const char *, const char *,...)
Streamoperator() (const char *)

Static Private Attributes

static Stream trstr

Classes

class  Stream

Detailed Description

Definition at line 155 of file trace.h.


Member Function Documentation

Stream& Wt::Trace::operator() ( const char *   )  [inline]

Definition at line 178 of file trace.h.

References trstr.

00178                                             {
00179         return trstr;
00180     }

int Wt::Trace::operator() ( const char *  ,
const char *  ,
  ... 
) [inline]

Definition at line 174 of file trace.h.

00174                                                            {
00175         return 0;
00176     }

void Wt::Trace::setInfo ( const char *  ,
int   
) [inline]

Definition at line 171 of file trace.h.

00171 {}


Member Data Documentation

Trace::Stream Wt::Trace::trstr [static, private]

Definition at line 183 of file trace.h.

Referenced by operator()().


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

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.