ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

txent Class Reference

#include <dest_queue.h>

List of all members.

Protected Member Functions

 txent (double e, u_int32_t s, Packet *p)
 LIST_ENTRY (txent) link
double expire ()
u_int32_t seqno ()
Packetpkt ()

Private Attributes

double expire_
u_int32_t seqno_
Packetpkt_

Friends

class dstent
class dstQueue


Constructor & Destructor Documentation

txent::txent double    e,
u_int32_t    s,
Packet   p
[protected]
 


Member Function Documentation

double txent::expire   [inline, protected]
 

txent::LIST_ENTRY txent    [protected]
 

Packet* txent::pkt   [inline, protected]
 

u_int32_t txent::seqno   [inline, protected]
 


Friends And Related Function Documentation

friend class dstent [friend]
 

friend class dstQueue [friend]
 


Member Data Documentation

double txent::expire_ [private]
 

Packet* txent::pkt_ [private]
 

u_int32_t txent::seqno_ [private]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.