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

QueryList Class Reference

#include <flood-agent.h>

Collaboration diagram for QueryList:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 QueryList ()

Public Attributes

nsaddr_t src_
int obj_name_
int origin_time_
int num_hops_
nsaddr_t last_hop_id_
QueryListnext_

Constructor & Destructor Documentation

QueryList::QueryList  )  [inline]
 

Definition at line 25 of file flood-agent.h.

References next_.

00025               {
00026     next_ = NULL;
00027   }


Member Data Documentation

nsaddr_t QueryList::last_hop_id_
 

Definition at line 32 of file flood-agent.h.

Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list().

QueryList* QueryList::next_
 

Definition at line 33 of file flood-agent.h.

Referenced by FloodAgent::get_next_hop(), QueryList(), and FloodAgent::search_queries_list().

int QueryList::num_hops_
 

Definition at line 31 of file flood-agent.h.

Referenced by FloodAgent::search_queries_list().

int QueryList::obj_name_
 

Definition at line 29 of file flood-agent.h.

Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list().

int QueryList::origin_time_
 

Definition at line 30 of file flood-agent.h.

Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list().

nsaddr_t QueryList::src_
 

Definition at line 28 of file flood-agent.h.

Referenced by FloodAgent::get_next_hop(), and FloodAgent::search_queries_list().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:11:06 2004 for NS2.26SourcesOriginal by doxygen 1.3.3