#include <http-aux.h>
Collaboration diagram for HttpHbData::InvalRec:

Public Member Functions | |
| void | copy (InvalidationRec *v) |
| InvalidationRec * | copyto () |
Public Attributes | |
| char | pg_ [HTTP_MAXURLLEN] |
| double | mtime_ |
| int | updating_ |
|
|
Definition at line 230 of file http-aux.h. References InvalidationRec::mtime(), mtime_, InvalidationRec::pg(), pg_, InvalidationRec::updating(), and updating_. Referenced by HttpHbData::add().
|
Here is the call graph for this function:

|
|
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 }
|
|
|
Definition at line 225 of file http-aux.h. Referenced by copy(), copyto(), and HttpHbData::rec_mtime(). |
|
|
Definition at line 224 of file http-aux.h. Referenced by copy(), copyto(), and HttpHbData::rec_pg(). |
|
|
Definition at line 229 of file http-aux.h. |
1.3.3