| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <http-aux.h>
Public Member Functions | |
| InvalidationRec (const char *pid, double mtime, char updating=0) | |
| virtual | ~InvalidationRec () |
| const char * | pg () const |
| double | mtime () const |
| char | updating () const |
| int | scount () const |
| InvalidationRec * | next () |
| void | reset (double mtime) |
| int | dec_scount () |
| void | set_updating () |
| void | clear_updating () |
| void | insert (InvalidationRec **head) |
| void | detach () |
Protected Attributes | |
| char * | pg_ |
| double | mtime_ |
| char | updating_ |
| int | scount_ |
| InvalidationRec * | next_ |
| InvalidationRec ** | prev_ |
Friends | |
| class | HttpMInvalCache |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|