#include <pushback.h>
Collaboration diagram for hdr_pushback:

Static Public Member Functions | |
| int & | offset () |
| hdr_pushback * | access (Packet *p) |
Public Attributes | |
| PushbackMessage * | msg_ |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 65 of file pushback.h. References Packet::access(), and offset_.
00065 {
00066 return (hdr_pushback *) p->access(offset_);
00067 }
|
Here is the call graph for this function:

|
|
Definition at line 62 of file pushback.h. References offset_.
00062 {
00063 return offset_;
00064 }
|
|
|
Definition at line 59 of file pushback.h. Referenced by PushbackAgent::recv(), and PushbackAgent::sendMsg(). |
|
|
Definition at line 46 of file pushback.cc. Referenced by access(), offset(), and PushbackHeaderClass::PushbackHeaderClass(). |
1.3.3