Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

ReqLog Struct Reference

#include <proxytrace.h>

Collaboration diagram for ReqLog:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ReqLog ()
 ReqLog (double t, unsigned int c, unsigned int s, unsigned int u)
 ReqLog ()
 ReqLog (double t, unsigned int c, unsigned int s, unsigned int u)
 ReqLog ()
 ReqLog (double t, unsigned int c, unsigned int s, unsigned int u)
 ReqLog ()
 ReqLog (double t, unsigned int c, unsigned int s, unsigned int u)

Public Attributes

double time
unsigned int cid
unsigned int sid
unsigned int url

Constructor & Destructor Documentation

ReqLog::ReqLog  )  [inline]
 

Definition at line 96 of file proxytrace.h.

00096 {}

ReqLog::ReqLog double  t,
unsigned int  c,
unsigned int  s,
unsigned int  u
[inline]
 

Definition at line 97 of file proxytrace.h.

References cid, sid, time, and url.

00097                                                                          :
00098                 time(t), cid(c), sid(s), url(u) {}
        double time;

ReqLog::ReqLog  )  [inline]
 

Definition at line 34 of file epa/tr-stat.cc.

00034 {}

ReqLog::ReqLog double  t,
unsigned int  c,
unsigned int  s,
unsigned int  u
[inline]
 

Definition at line 35 of file epa/tr-stat.cc.

References cid, sid, time, and url.

00035                                                                          :
00036                 time(t), cid(c), sid(s), url(u) {}
        double time;

ReqLog::ReqLog  )  [inline]
 

Definition at line 48 of file nlanr/tr-stat.cc.

00048 {}

ReqLog::ReqLog double  t,
unsigned int  c,
unsigned int  s,
unsigned int  u
[inline]
 

Definition at line 49 of file nlanr/tr-stat.cc.

References cid, sid, time, and url.

00049                                                                          :
00050                 time(t), cid(c), sid(s), url(u) {}
        double time;

ReqLog::ReqLog  )  [inline]
 

Definition at line 50 of file ucb/tr-stat.cc.

00050 {}

ReqLog::ReqLog double  t,
unsigned int  c,
unsigned int  s,
unsigned int  u
[inline]
 

Definition at line 51 of file ucb/tr-stat.cc.

References cid, sid, time, and url.

00051                                                                          :
00052                 time(t), cid(c), sid(s), url(u) {}
        double time;


Member Data Documentation

unsigned int ReqLog::cid
 

Definition at line 54 of file ucb/tr-stat.cc.

Referenced by ReqLog().

unsigned int ReqLog::sid
 

Definition at line 54 of file ucb/tr-stat.cc.

Referenced by ReqLog().

double ReqLog::time
 

Definition at line 53 of file ucb/tr-stat.cc.

Referenced by compare(), ReqLog(), and sort_rlog().

unsigned int ReqLog::url
 

Definition at line 54 of file ucb/tr-stat.cc.

Referenced by ReqLog().


The documentation for this struct was generated from the following files:
Generated on Tue Apr 20 13:15:10 2004 for NS2.26SourcesOriginal by doxygen 1.3.3