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

HttpHbData::InvalRec Struct Reference

#include <http-aux.h>

Collaboration diagram for HttpHbData::InvalRec:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void copy (InvalidationRec *v)
InvalidationReccopyto ()

Public Attributes

char pg_ [HTTP_MAXURLLEN]
double mtime_
int updating_

Member Function Documentation

void HttpHbData::InvalRec::copy InvalidationRec v  )  [inline]
 

Definition at line 230 of file http-aux.h.

References InvalidationRec::mtime(), mtime_, InvalidationRec::pg(), pg_, InvalidationRec::updating(), and updating_.

Referenced by HttpHbData::add().

00230                                               {
00231                         strcpy(pg_, v->pg());
00232                         mtime_ = v->mtime();
00233                         updating_ = v->updating();
00234                 }

Here is the call graph for this function:

InvalidationRec* HttpHbData::InvalRec::copyto  )  [inline]
 

Definition at line 235 of file http-aux.h.

References mtime_, pg_, and updating_.

Referenced by HttpHbData::extract().

00235                                           {
00236                         return (new InvalidationRec(pg_, mtime_, updating_));
00237                 }


Member Data Documentation

double HttpHbData::InvalRec::mtime_
 

Definition at line 225 of file http-aux.h.

Referenced by copy(), copyto(), and HttpHbData::rec_mtime().

char HttpHbData::InvalRec::pg_[HTTP_MAXURLLEN]
 

Definition at line 224 of file http-aux.h.

Referenced by copy(), copyto(), and HttpHbData::rec_pg().

int HttpHbData::InvalRec::updating_
 

Definition at line 229 of file http-aux.h.

Referenced by copy(), and copyto().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 20 12:51:18 2004 for NS2.26SourcesOriginal by doxygen 1.3.3